allow zone transfers for geokunis2.nl

This commit is contained in:
Pim Kunis 2024-01-14 19:31:17 +01:00
parent e9156315d1
commit b59026cb13
3 changed files with 9 additions and 12 deletions

View file

@ -36,7 +36,8 @@ in
extraOptions = '' extraOptions = ''
allow-transfer { none; }; allow-transfer { none; };
allow-recursion { none; }; allow-recursion { none; };
version "No dice."; version none;
notify no;
''; '';
zones = { zones = {
@ -44,20 +45,16 @@ in
master = true; master = true;
file = kunisZoneFile; file = kunisZoneFile;
allowQuery = [ "any" ]; allowQuery = [ "any" ];
extraConfig = ''
notify yes;
allow-update { none; };
'';
}; };
"geokunis2.nl" = { "geokunis2.nl" = {
master = true; master = true;
file = geokunis2nlZoneFile; file = geokunis2nlZoneFile;
allowQuery = [ "any" ]; allowQuery = [ "any" ];
extraConfig = '' slaves = [
notify yes; "87.253.155.96/27"
allow-update { none; }; "157.97.168.160/27"
''; ];
}; };
}; };
}; };

View file

@ -7,7 +7,7 @@ in
SOA = { SOA = {
nameServer = "ns"; nameServer = "ns";
adminEmail = "hostmaster@geokunis2.nl"; adminEmail = "hostmaster@geokunis2.nl";
serial = 1704580936; serial = 2024011400;
}; };
NS = [ NS = [

View file

@ -9,7 +9,7 @@ in
SOA = { SOA = {
nameServer = "ns1"; nameServer = "ns1";
adminEmail = "webmaster@kun.is"; adminEmail = "webmaster@kun.is";
serial = 1704580936; serial = 2024011400;
}; };
NS = [ NS = [