From 0cf7963e8c0ad7134f8e802bdbcb0fbfb0ead93c Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 10 Nov 2016 18:36:50 +0100 Subject: =?UTF-8?q?drop=20ip4=E2=86=92ip6=20transport=20address?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ymir.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ymir.nix b/ymir.nix index 22b5c0cb..cdf4914b 100644 --- a/ymir.nix +++ b/ymir.nix @@ -644,7 +644,7 @@ 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::" ]; + interfaces = [ "127.0.0.1" "::1" "10.141.5.1" "10.142.0.3" "188.68.51.254" "2a03:4000:6:d004::" ]; ipTransparent = true; zones = { "inwx" = { -- cgit v1.2.3