Add ns1 and ns2

This commit is contained in:
2024-03-13 23:22:10 +01:00
parent a9338586ff
commit c042dcf8e0
8 changed files with 198 additions and 4 deletions

View File

@@ -24,8 +24,8 @@
zones = {
"home.2rjus.net" = {
provideXFR = [ "10.69.13.8 xferkey" ];
notify = [ "10.69.13.8@8053 xferkey" ];
provideXFR = [ "10.69.13.6 xferkey" ];
notify = [ "10.69.13.6@8053 xferkey" ];
data = builtins.readFile ./zones-home-2rjus-net.conf;
};
};

View File

@@ -22,8 +22,8 @@
zones = {
"home.2rjus.net" = {
allowNotify = [ "10.69.13.7 xferkey" ];
requestXFR = [ "AXFR 10.69.13.7@8053 xferkey" ];
allowNotify = [ "10.69.13.5 xferkey" ];
requestXFR = [ "AXFR 10.69.13.5@8053 xferkey" ];
data = builtins.readFile ./zones-home-2rjus-net.conf;
};
};