View Single Post
  #24 (permalink)  
Old 06-19-2009, 03:24 AM
ask2me007 ask2me007 is offline
Loyal Member
 
Posts: 96
Default

Quote:
Originally Posted by uxbod View Post
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] ; ... ] };
Reply With Quote