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 = [ ];
|
forwarders = [ ];
|
||||||
|
|
||||||
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"
|
||||||
'';
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -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 = [
|
||||||
|
|
|
@ -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 = [
|
||||||
|
|
Loading…
Reference in a new issue