diff options
Diffstat (limited to 'roles')
-rw-r--r-- | roles/space_server/templates/named.conf.j2 | 4 |
1 files changed, 4 insertions, 0 deletions
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 { |