summaryrefslogtreecommitdiffstats
path: root/roles/common/templates/etc/unbound
diff options
context:
space:
mode:
Diffstat (limited to 'roles/common/templates/etc/unbound')
-rw-r--r--roles/common/templates/etc/unbound/unbound.conf.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/common/templates/etc/unbound/unbound.conf.j2 b/roles/common/templates/etc/unbound/unbound.conf.j2
index 64f32bf..e75e66f 100644
--- a/roles/common/templates/etc/unbound/unbound.conf.j2
+++ b/roles/common/templates/etc/unbound/unbound.conf.j2
@@ -12,21 +12,21 @@ server:
interface: 127.0.0.1
root-hints: "/usr/share/dns/root.hints"
hide-identity: yes
hide-version: yes
prefetch: yes
qname-minimisation: yes
rrset-roundrobin: yes
use-caps-for-id: yes
# RFC 1918
private-address: 10.0.0.0/8
private-address: 172.16.0.0/12
private-address: 192.168.0.0/16
private-address: 169.254.0.0/16
private-address: fd00::/8
private-address: fe80::/10
#
# The following line includes additional configuration files from the
# /etc/unbound/unbound.conf.d directory.
-include: "/etc/unbound/unbound.conf.d/*.conf"
+include-toplevel: "/etc/unbound/unbound.conf.d/*.conf"