diff options
author | Niklas Yann Wettengel <niyawe@niyawe.de> | 2021-09-16 23:09:03 +0200 |
---|---|---|
committer | Niklas Yann Wettengel <niyawe@niyawe.de> | 2021-09-16 23:09:03 +0200 |
commit | 0fdb16e7b0758a835faf8cefe9ff112889379cc9 (patch) | |
tree | e9d535f1dc547c50b3f8807f69ab94a227fccc0d /roles/install_bind/templates/named.conf.j2 | |
parent | 1705b3ed49160ba8356a811a694c1a707847469f (diff) |
rm ww net
Diffstat (limited to 'roles/install_bind/templates/named.conf.j2')
-rw-r--r-- | roles/install_bind/templates/named.conf.j2 | 2 |
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 4704eee..da7043e 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; 10.30.0.0/18; 2001:470:cd45:ff00::/56; 2a03:2260:1016::/48; fe80::/64; }; + allow-recursion { 127.0.0.1; 10.222.0.0/16; 2001:470:cd45:ff00::/56; 2a03:2260:1016::/48; fe80::/64; }; allow-transfer { none; }; version none; |