X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=machine_specific%2Fli%2Ffilesystem%2Fetc%2Fbind%2Fnamed.conf.local;h=e3e32293024af373c50ef99a56d8f05a8ca07de7;hb=eb9b839bb5a91c60cc4f6eb9d7e38ffbf73f0e90;hp=8286002b6c9649e42df47173c817fbc3ce3cfe96;hpb=8c9f3c9c69a1f76d8ffba1343fc0ab308fb4661a;p=distro-setup diff --git a/machine_specific/li/filesystem/etc/bind/named.conf.local b/machine_specific/li/filesystem/etc/bind/named.conf.local index 8286002..e3e3229 100644 --- a/machine_specific/li/filesystem/etc/bind/named.conf.local +++ b/machine_specific/li/filesystem/etc/bind/named.conf.local @@ -8,14 +8,13 @@ include "/etc/bind/zones.rfc1918"; - -zone "iank.life" { +zone "b8.nz" { type master; -file "/etc/bind/bind-writable/db.iank.life"; +file "/etc/bind/bind-writable/db.b8.nz"; update-policy { // allow host to update themselves with a key having their own name - grant iank.life. name iank.life. A TXT; - grant iank.life. name *.iank.life. A TXT; + grant b8.nz. name b8.nz. A TXT; + grant b8.nz. name *.b8.nz. A TXT; }; }; -include "/etc/bind/key.iank.life"; +include "/etc/bind/key.b8.nz";