Questions about options

gmspro gmspro at yahoo.com
Sat Feb 20 11:40:38 UTC 2010


options {
                directory "/etc/bind";
                allow-query { localhost; };
                allow-recursion { 127.0.0.1; };
                listen-on { <IP of Server>; };
                allow-transfer { none; };
                auth-nxdomain yes;

};

why are allow-query ,allow-recursion, listen-on, allow-transfer ,auth-nxdomain used?

Thank you.


      



More information about the bind-users mailing list