authoritative-dns: Drop INWX secondaries

master
Simon Bruder 2024-02-27 15:57:04 +01:00
parent 939df6ae2a
commit 4c119f0b80
Signed by: simon
GPG Key ID: 347FF8699CDA0776
1 changed files with 2 additions and 7 deletions

View File

@ -67,12 +67,7 @@ in
id = host;
address = hostAddresses;
})
addresses) ++ lib.optional isPrimaryHost {
id = "inwx";
# INWX only allows the specification of one primary DNS,
# which limits the IP protocol usable for zone transfers to one.
address = lib.singleton "185.181.104.96";
};
addresses);
}
(lib.mkIf isPrimaryHost {
policy = lib.singleton {
@ -90,7 +85,7 @@ in
zonefile-load = "difference-no-serial";
journal-content = "all";
# secondary
notify = [ "inwx" ] ++ secondaryHosts;
notify = secondaryHosts;
# dnssec
dnssec-signing = true;
dnssec-policy = "default";