knot: fix remote

This commit is contained in:
Sandro - 2024-03-23 22:22:09 +01:00
parent 866793e0ce
commit d672730412
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 6 additions and 1 deletions

View File

@ -92,11 +92,15 @@
id = "ns0.q-ix.net";
address = [ "217.115.12.65" "2a00:1328:e101:b01::1" ];
}
{
id = "ns1.supersandro.de";
address = [ "188.34.196.104" "2a01:4f8:1c1c:1d38::1" ];
}
];
remotes = [ {
id = "all";
remote = [ "ns.spaceboyz.net" "ns0.q-ix.net" /*"ns1.supersandro.de"*/ ];
remote = [ "ns.spaceboyz.net" "ns0.q-ix.net" "ns1.supersandro.de" ];
} ];
server = {
@ -141,6 +145,7 @@
domain = "c3d2.";
acl = "zone_xfr";
catalog-role = "generate";
storage = "/var/lib/knot/catalog";
}
] ++ map ({ acl ? [], ... }@zone: {
inherit (zone) domain;