summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiklas Yann Wettengel <niyawe@niyawe.de>2020-08-03 16:10:27 +0200
committerNiklas Yann Wettengel <niyawe@niyawe.de>2020-08-03 16:10:27 +0200
commit41699bf13804e4f65ad39070358f89f2047be5a0 (patch)
tree25894c1c6faa2fd2a88ae8039188e59ba5aa25a6
parent92885c4f58e1066101866920013056f8b9b4db18 (diff)
erlaube dns anfragen von ww
-rw-r--r--roles/install_bind/templates/named.conf.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/install_bind/templates/named.conf.j2 b/roles/install_bind/templates/named.conf.j2
index f5b7936..0b134d9 100644
--- a/roles/install_bind/templates/named.conf.j2
+++ b/roles/install_bind/templates/named.conf.j2
@@ -21,7 +21,7 @@ options {
{% endfor %}
};
- allow-recursion { 127.0.0.1; 10.222.0.0/16; 2001:470:cd45:ff00::/56; 2a03:2260:1016::/48; };
+ allow-recursion { 127.0.0.1; 10.222.0.0/16; 10.30.0.0/18; 2001:470:cd45:ff00::/56; 2a03:2260:1016::/48; };
allow-transfer { none; };
version none;