Hi Folks -
I have a name server that is not updating and propagating out DNS changes to the internet.
Below is my config file
Anybody see something wrong?
Thanks....TP
options {
directory "e:\\zones";
#listen-on port 53 { 127.0.0.1; };
#listen-on-v6 port 53 { ::1; };
pid-file "e:\\zones\named.pid";
memstatistics-file "e:\\zones\named_mem_stats.txt";
#allow-query { any; };
allow-recursion { any; };
recursion yes;
};
// Root Servers
zone "." IN {
type hint;
file "named.ca";
};
// Entry for Local Loopback
zone "0.0.127.in-addr.arpa" IN {
type master;
file "named.local";
};
logging {
channel default_debug {
file "e:\\zones\named.run";
severity dynamic;
};
};