0b88ee82e141d9a5a41c56f913bb9854a2a7e0e7
[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
12 zone "iank.life" {
13 type master;
14 file "/etc/bind/bind-writable/db.iank.life";
15 update-policy {
16 // allow host to update themselves with a key having their own name
17 grant iank.life. name iank.life. A TXT;
18 grant iank.life. name *.iank.life. A TXT;
19 };
20 };
21 include "/etc/bind/key.iank.life";
22
23
24 zone "b8.nz" {
25 type master;
26 file "/etc/bind/bind-writable/db.b8.nz";
27 update-policy {
28 // allow host to update themselves with a key having their own name
29 grant b8.nz. name b8.nz. A TXT;
30 grant b8.nz. name *.b8.nz. A TXT;
31 };
32 };
33 include "/etc/bind/key.b8.nz";