lots 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
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";