mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-26 05:40:52 +01:00
chore: change provideXFR for gustave
This commit is contained in:
parent
f045596fc9
commit
c24140d54c
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ in
|
|||
];
|
||||
zones = lib.mapAttrs (_: value: {
|
||||
data = builtins.toString value;
|
||||
provideXFR = [ "192.168.0.0/21 NOKEY" ];
|
||||
provideXFR = [ "100.100.45.0/24 NOKEY" ];
|
||||
}) (evalZones zonesFromConfig);
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue