From 868b69b91aca482fc44f2844087c39d7a6ee1924 Mon Sep 17 00:00:00 2001 From: Blallo Date: Mon, 31 Aug 2020 16:19:50 +0200 Subject: [PATCH] Only recurse --- templates/unbound.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -%}