// generated by named-bootconf.pl
options {
directory "/var/named";
/*
* If there is a firewall between you and nameservers you want
* to talk to, you might need to uncomment the query-source
* directive below. Previous versions of BIND always asked
* questions using port 53, but BIND 8.1 uses an unprivileged
* port by default.
*/
// query-source address * port 53;
allow-transfer { none; };
};
//
// a caching only nameserver config
//
controls {
inet 127.0.0.1 allow { localhost; } keys { rndckey; };
};
zone "." IN {
type hint;
file "named.ca";
};
zone "localhost" IN {
type master;
file "localhost.zone";
allow-update { none; };
};
zone "0.0.127.in-addr.arpa" IN {
type master;
file "named.local";
allow-update { none; };
};
include "/etc/rndc.key";
zone "publimediasvr.be" { type master; file "/var/named/publimediasvr.be.db"; };
$TTL 14400
@ IN SOA ns1.publimediasvr.be. hostmaster.publimediasvr.be. (
2009032301
14400
3600
1209600
86400 )
publimediasvr.be. 14400 IN NS ns1.publimediasvr.be.
publimediasvr.be. 14400 IN NS ns2.publimediasvr.be.
ftp 14400 IN A 86.39.132.41
localhost 14400 IN A 127.0.0.1
mail 14400 IN A 86.39.132.41
pop 14400 IN A 86.39.132.41
publimediasvr.be. 14400 IN A 86.39.132.41
smtp 14400 IN A 86.39.132.41
stream 14400 IN A 86.39.132.38
www 14400 IN A 86.39.132.41
publimediasvr.be. 14400 IN MX 10 mail
publimediasvr.be. 14400 IN TXT "v=spf1 a mx ip4:86.39.132.41 ?all"
Having a top level domain nameserver sending a glue record of the domain nameserver IP address doesn't mean that you can just leave out its record, even if they are redundant in some cases.