From 15cb51cbf43967bfed4c2da621fb432bf33b1fb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Asbj=C3=B8rn=20Sloth=20T=C3=B8nnesen?= Date: Sun, 27 Apr 2025 17:14:05 +0000 Subject: space_server: named: allow queries from new prefixes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Asbjørn Sloth Tønnesen --- roles/space_server/templates/named.conf.j2 | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'roles') diff --git a/roles/space_server/templates/named.conf.j2 b/roles/space_server/templates/named.conf.j2 index 0751ffe..9c5c25c 100644 --- a/roles/space_server/templates/named.conf.j2 +++ b/roles/space_server/templates/named.conf.j2 @@ -10,17 +10,21 @@ options { listen-on port 53 { 127.0.0.1; + 45.145.93.0; 185.38.175.0; }; listen-on-v6 port 53 { ::1; + 2a00:fbe4:1ab::; 2a01:4262:1ab::; }; allow-query { 127.0.0.1; + 45.145.93.0/24; 185.38.175.0/24; 10.42.0.0/16; ::1; + 2a00:fbe4:1ab::/48; 2a01:4262:1ab::/48; }; dns64 2a01:4262:1ab:0:0:f::/96 { -- cgit v1.2.1