X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=config%2Fmake-named.pl;h=91efaa954d21293309be04f15e3afa64bb12f443;hb=0b85ec00a69ec9ee942b426b8d92c4effca175d9;hp=2099b647769483f55edb4de7993213bb4dc60a12;hpb=ddf5d59eebd5c8cc7bb6f4b7680b3079f070c929;p=nms diff --git a/config/make-named.pl b/config/make-named.pl index 2099b64..91efaa9 100755 --- a/config/make-named.pl +++ b/config/make-named.pl @@ -37,32 +37,32 @@ zone "0.0.127.in-addr.arpa" { notify no; }; -zone "tg06.gathering.org" { +zone "tg07.gathering.org" { type master; - file "tg06.gathering.org"; + file "tg07.gathering.org"; notify yes; allow-transfer { 194.0.255.2; }; }; // serversubnett -zone "255.0.194.in-addr.arpa" { +zone "255.76.87.in-addr.arpa" { type master; - file "255.0.194.in-addr.arpa"; + file "255.76.87.in-addr.arpa"; notify yes; allow-transfer { 194.0.255.2; 193.0.0.0/22; }; }; -zone "0.194.in-addr.arpa" { +zone "76.87.in-addr.arpa" { type master; allow-update { key DHCP_UPDATER; }; notify yes; - file "dynamic/0.194.in-addr.arpa"; + file "dynamic/76.87.in-addr.arpa"; allow-transfer { 194.19.3.20; 194.0.255.2; 193.0.0.0/22; }; }; key DHCP_UPDATER { algorithm HMAC-MD5.SIG-ALG.REG.INT; - secret 5Yz1azvh7mE0IRGffTvtKg==; + secret F388UOhaIIKHRH9TDE5PTA==; }; EOF @@ -78,11 +78,11 @@ for my $net (@nets) { for my $d (@domains) { print <<"EOF"; -zone "$d.tg06.gathering.org" { +zone "$d.tg07.gathering.org" { type master; allow-update { key DHCP_UPDATER; }; notify yes; - file "dynamic/$d.tg06.gathering.org"; + file "dynamic/$d.tg07.gathering.org"; allow-transfer { 194.19.3.20; 194.0.255.2; }; }; EOF