better alerts
[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 # based on random internet tutorials, then reading
11 # file:///usr/share/doc/bind9-doc/arm/Bv9ARM.ch06.html#dynamic_update_policies
12 zone "b8.nz" {
13 type master;
14 file "/var/lib/bind/db.b8.nz";
15 update-policy {
16 // allow updating almost anything in the zone or subdomains.
17 grant b8.nz. subdomain b8.nz.;
18 };
19 };
20 include "/etc/bind/key.b8.nz";
21
22 zone "iankelling.org" {
23 type master;
24 file "/var/lib/bind/db.iankelling.org";
25 };
26
27 zone "zroe.org" {
28 type master;
29 file "/var/lib/bind/db.zroe.org";
30 };