Quote:
Originally Posted by uxbod Post post the zone information I have asked for  |
//
// Do any local configuration here
//
// Consider adding the 1918 zones here, if they are not used in your
// organization
//include "/etc/bind/zones.rfc1918";
#####added ask
options {
directory "/var/cache/bind";
query-source address * port 53;
forwarders {
218.248.240.208; 218.248.240.135;
};
auth-nxdomain no; # conform to RFC1035
};
//forwarders { ip_addr [port ip_port] ; [ ip_addr [port ip_port] ; ... ] };