pugal pugal wrote:
> Hi all
> I will explain the scenario clearly.
> 
> I have a server program say server.c listening on some XXX port-number.I
> accepts all the client.
> Now i want to DENY only the particular client say x.x.x.x/16 .

It looks like you are writing a server, therefore you can check the
addresses yourself if you don't want to use libwrap. It's easy to do.

Either that, or read host_access(3), or use some other library from the
ports that does the same thing.

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to