From da8674b5b3841ef794c5fcaaccf9f5d4a0b2710a Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 10 Nov 2016 22:42:41 +0100 Subject: prevent port collisions --- ymir.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ymir.nix b/ymir.nix index 41efc471..c85e880c 100644 --- a/ymir.nix +++ b/ymir.nix @@ -661,7 +661,7 @@ in rec { ]; provideXFR = [ "217.70.142.96 NOKEY" ]; - outgoingInterface = "188.68.51.254@5353"; + outgoingInterface = "188.68.51.254"; children = (import ./ymir/zones/index.nix { inherit (pkgs) lib; }); }; }; -- cgit v1.2.3