aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--unbound.conf.erb6
1 files changed, 3 insertions, 3 deletions
diff --git a/unbound.conf.erb b/unbound.conf.erb
index 5c4ae46..5136093 100644
--- a/unbound.conf.erb
+++ b/unbound.conf.erb
@@ -102,7 +102,7 @@ auth-zone:
fallback-enabled: yes
for-downstream: no
for-upstream: yes
- zonefile: /usr/local/etc/unbound/secondary/lethe.sikol.co.uk
+ zonefile: <%= confdir %>/secondary/lethe.sikol.co.uk
auth-zone:
name: "_msdcs.lethe.sikol.co.uk"
@@ -110,9 +110,9 @@ auth-zone:
fallback-enabled: yes
for-downstream: no
for-upstream: yes
- zonefile: /usr/local/etc/unbound/secondary/_msdcs.lethe.sikol.co.uk
+ zonefile: <%= confdir %>/secondary/_msdcs.lethe.sikol.co.uk
-# Forward DNS zones
+# Local internet DNS zones
<% local_zones.split.each do |zone| %>
auth-zone:
name: <%= zone %>