Secondary DNS config

peter.marshall at caris.com peter.marshall at caris.com
Wed Jan 19 20:08:39 UTC 2005


Here are the options from my main dns server

options {
directory "/etc/named";
query-source address 205.174.164.11 port 53;
listen-on {
205.174.164.11;
};
notify yes;
forward only;
forwarders {
205.174.160.34;
205.174.160.35;
};
allow-query { our-nets; };
allow-recursion { our-nets; };
allow-transfer { our-nets; };
allow-update-forwarding { our-nets; };
allow-notify { our-nets; };
};



More information about the bind-users mailing list