mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-25 21:30:52 +01:00
feat(dns): add router secondary
This commit is contained in:
parent
e32cc13320
commit
5bdec2270f
1 changed files with 4 additions and 1 deletions
|
@ -74,7 +74,10 @@ lib.mkMerge [
|
|||
zones = lib.mapAttrs (_: value: {
|
||||
data = builtins.toString value;
|
||||
provideXFR = [ "100.100.45.0/24 NOKEY" ];
|
||||
notify = [ "${lib.snowfield.akhaten.ips.vpn.ipv4} NOKEY" ];
|
||||
notify = [
|
||||
"${lib.snowfield.akhaten.ips.vpn.ipv4} NOKEY"
|
||||
"82.67.34.230 NOKEY"
|
||||
];
|
||||
}) (evalZones zonesFromConfig);
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue