diff --git a/templates/unbound.conf.j2 b/templates/unbound.conf.j2 index 03f6e27..80fd96f 100644 --- a/templates/unbound.conf.j2 +++ b/templates/unbound.conf.j2 @@ -9,7 +9,7 @@ server: {% if server.public_ip is defined %} do-ip4: yes interface: 0.0.0.0 - access-control: 0.0.0.0/0 allow_snoop + access-control: 0.0.0.0/0 allow {% else %} do-ip4: no {% endif -%}