From be34e35ef1114b4011bdf3d55bf8bbf858965a08 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 22 Nov 2017 12:37:33 +0100 Subject: Keep old ip for now --- ymir.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ymir.nix b/ymir.nix index 96cb81a9..caf39118 100644 --- a/ymir.nix +++ b/ymir.nix @@ -846,9 +846,11 @@ in rec { }; zones = { "inwx" = { - notify = [ "185.181.104.96 NOKEY" + notify = [ "217.70.142.96 NOKEY" + "185.181.104.96 NOKEY" ]; - provideXFR = [ "185.181.104.96 NOKEY" + provideXFR = [ "217.70.142.96 NOKEY" + "185.181.104.96 NOKEY" ]; outgoingInterface = "188.68.51.254"; children = (import ./ymir/zones/index.nix { inherit (pkgs) lib; }); -- cgit v1.2.3