tons of misc updates
[distro-setup] / machine_specific / li / filesystem / etc / bind / named.conf.local
1 //
2 // Do any local configuration here
3 //
4
5 // Consider adding the 1918 zones here, if they are not used in your
6 // organization
7 // ian: ok. uncommented. 1918 zones are private ip ranges.
8 include "/etc/bind/zones.rfc1918";
9
10
11 zone "b8.nz" {
12 type master;
13 file "/var/lib/bind/db.b8.nz";
14 update-policy {
15 // allow host to update themselves with a key having their own name
16 grant b8.nz. name b8.nz. A TXT;
17 grant b8.nz. name *.b8.nz. A TXT;
18 };
19 };
20 include "/etc/bind/key.b8.nz";