From fbeb4b0516f05f62adf9cf4e4e84ce835d2c734b Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 10 Nov 2016 18:36:05 +0100 Subject: DNS listening --- ymir.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ymir.nix b/ymir.nix index 6baa12d9..22b5c0cb 100644 --- a/ymir.nix +++ b/ymir.nix @@ -644,6 +644,8 @@ in rec { services.nsd = { enable = true; verbosity = 2; + interfaces = [ "127.0.0.1" "::1" "[::ffff:127.0.0.1]" "10.141.5.1" "10.142.0.3" "188.68.51.254" "2a03:4000:6:d004::" ]; + ipTransparent = true; zones = { "inwx" = { notify = [ "217.70.142.96 NOKEY" -- cgit v1.2.3