// // Do any local configuration here // // Consider adding the 1918 zones here, if they are not used in your // organization include "/etc/bind/zones.rfc1918"; zone "lan" in { //type master; type primary; file "/var/lib/bind/db.lan"; notify no; allow-update { key "rndc-key" ; } ; }; zone "0.168.192.in-addr.arpa" in { //type master; type primary; file "/var/lib/bind/db.192.168.0.0"; notify no; allow-update { key "rndc-key" ; } ; }; // // NOTE: ipv6 forward zone is same as for ipv4! // // // ipv6 reverse lookup zone missing /* zone "e.f.f.a.f.e.e.b.d.a.e.d.0.0.d.f.ip6.arpa" { type master; file "/var/lib/bind/db.e.f.f.a.f.e.e.b.d.a.e.d.0.0.d.f.ip6.arpa"; allow-update { key "rndc-key" ; } ; }; */ zone "freiburg.myhome-server.de" in { type master; file "/var/lib/bind/db.freiburg.myhome-server.de"; notify no; allow-update { key "rndc-key" ; } ; }; #zone "awerner.myhome-server.de" in { # type master; # file "/var/lib/bind/db.awerner.myhome-server.de"; # notify no; # allow-update { key "rndc-key" ; } ; #}; #zone "mailgate.myhome-server.de" in { # type master; # file "/var/lib/bind/db.mailgate.myhome-server.de"; # notify no; # allow-update { key "rndc-key" ; } ; #}; key "rndc-key" { algorithm hmac-md5; secret "ixxxxxxxxx"; };