allow zone transfers for geokunis2.nl
This commit is contained in:
parent
e9156315d1
commit
b59026cb13
3 changed files with 9 additions and 12 deletions
|
@ -34,9 +34,10 @@ in
|
|||
forwarders = [ ];
|
||||
|
||||
extraOptions = ''
|
||||
allow-transfer { none; };
|
||||
allow-transfer { none; };
|
||||
allow-recursion { none; };
|
||||
version "No dice.";
|
||||
version none;
|
||||
notify no;
|
||||
'';
|
||||
|
||||
zones = {
|
||||
|
@ -44,20 +45,16 @@ in
|
|||
master = true;
|
||||
file = kunisZoneFile;
|
||||
allowQuery = [ "any" ];
|
||||
extraConfig = ''
|
||||
notify yes;
|
||||
allow-update { none; };
|
||||
'';
|
||||
};
|
||||
|
||||
"geokunis2.nl" = {
|
||||
master = true;
|
||||
file = geokunis2nlZoneFile;
|
||||
allowQuery = [ "any" ];
|
||||
extraConfig = ''
|
||||
notify yes;
|
||||
allow-update { none; };
|
||||
'';
|
||||
slaves = [
|
||||
"87.253.155.96/27"
|
||||
"157.97.168.160/27"
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
@ -7,7 +7,7 @@ in
|
|||
SOA = {
|
||||
nameServer = "ns";
|
||||
adminEmail = "hostmaster@geokunis2.nl";
|
||||
serial = 1704580936;
|
||||
serial = 2024011400;
|
||||
};
|
||||
|
||||
NS = [
|
||||
|
|
|
@ -9,7 +9,7 @@ in
|
|||
SOA = {
|
||||
nameServer = "ns1";
|
||||
adminEmail = "webmaster@kun.is";
|
||||
serial = 1704580936;
|
||||
serial = 2024011400;
|
||||
};
|
||||
|
||||
NS = [
|
||||
|
|
Loading…
Reference in a new issue