diff options
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 45c846c..1344d8b 100644 --- a/roles/install_bind/templates/named.conf.j2 +++ b/roles/install_bind/templates/named.conf.j2 @@ -22,7 +22,7 @@ options { {% endfor %} }; - allow-recursion { 127.0.0.1; 10.222.0.0/16; 2001:470:cd45:ff00::/56; }; + allow-recursion { 127.0.0.1; 10.222.0.0/16; 2001:470:cd45:ff00::/56; 2a03:2260:1016::/48; }; allow-transfer { none; }; allow-update { none; }; |