Selectively Allowing Recursive Query

Cricket Liu cricket at menandmice.com
Mon Dec 2 23:54:07 UTC 2002


Tai_Nguyen at infonet.com wrote:
> Our server is hosting multiple domains. We would like to know is
> there any way we can allow recursive queries on some domains and
> block recursive queries on the rest.

You can only restrict access to recursion by IP address.  Use
the allow-recursion options substatement, e.g.,

options {
    allow-recursion { 10/8; };
};

cricket

Men & Mice
DNS Software, Training and Consulting
www.menandmice.com

The DNS and BIND Cookbook, now available!
http://www.oreilly.com/catalog/dnsbindckbk/



More information about the bind-users mailing list