12
4
Fork 2

nixos-module/container/dns: set notify-source for zone xfer

Dieser Commit ist enthalten in:
Astro 2021-05-06 18:00:47 +02:00
Ursprung 27571cff72
Commit 90c9c9dd13
1 geänderte Dateien mit 2 neuen und 0 gelöschten Zeilen

Datei anzeigen

@ -101,6 +101,8 @@ in
95.217.229.209;
2a01:4f9:4b:39ec::4;
};
notify-source ${config.site.net.serv.hosts4.dns};
notify-source-v6 ${config.site.net.serv.hosts6.up1.dns};
'' + lib.optionalString dynamic ''
allow-update { key "dyndns"; };
'';