// generated by named-bootconf.pl options { directory "/etc/namedb"; forwarders { 129.187.16.10; 129.187.10.25; }; /* * 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; }; // // boot file for name server // // // type domain source host/file backup file zone "." { type hint; file "named.cache"; }; zone "muc.bieringer.de" { type master; file "named.muc.bieringer.de"; }; zone "0.0.127.IN-ADDR.ARPA" { type master; file "named.local"; }; zone "168.192.IN-ADDR.ARPA" { type master; file "named.rev.muc.bieringer.de"; }; zone "1.f.0.0.1.0.0.0.4.0.e.f.f.3.IP6.INT" { type master; file "named.rev6.muc.bieringer.de"; }; zone "0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.IP6.INT" { type master; file "named.local6"; };