From 55675cd24af9d485f7ece0518b2b3a173ff261de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Fri, 9 Feb 2024 01:33:14 +0100 Subject: [PATCH] knot: add listen addresses --- hosts/knot/default.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/hosts/knot/default.nix b/hosts/knot/default.nix index 75e6ea53..e2bf8a31 100644 --- a/hosts/knot/default.nix +++ b/hosts/knot/default.nix @@ -83,6 +83,13 @@ answer-rotation = true; automatic-acl = true; identity = "ns1.supersandro.de"; + listen = [ + "172.20.73.61" + "2a00:8180:2c00:282:2041:cbff:fe0c:8516" + "2a00:8180:2c00:282:cd7:56ff:fe69:6366" + "fd23:42:c3d2:582:2041:cbff:fe0c:8516" + "fd23:42:c3d2:582:cd7:56ff:fe69:6366" + ]; tcp-fastopen = true; version = null; };