summaryrefslogtreecommitdiff
path: root/roles/install_bind/templates
diff options
context:
space:
mode:
Diffstat (limited to 'roles/install_bind/templates')
-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;