aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.inc.unbound
diff options
context:
space:
mode:
authorLexi Winter <lexi@le-fay.org>2025-07-17 05:02:09 +0100
committerLexi Winter <lexi@le-fay.org>2025-07-17 05:02:09 +0100
commit006bf883cac17da85134c67c20f85f90a6950336 (patch)
tree1633c27254e226b6a841a965f9d28f48ad736a9c /Makefile.inc.unbound
parentcd27c6e130c8370fcc5c4bb17bd240e01ba8f8b9 (diff)
downloaddns-006bf883cac17da85134c67c20f85f90a6950336.tar.gz
dns-006bf883cac17da85134c67c20f85f90a6950336.tar.bz2
Makefile: fixes
Diffstat (limited to 'Makefile.inc.unbound')
-rw-r--r--Makefile.inc.unbound1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.inc.unbound b/Makefile.inc.unbound
index db6f1fb..7dad766 100644
--- a/Makefile.inc.unbound
+++ b/Makefile.inc.unbound
@@ -8,6 +8,7 @@ UNBOUND_PROCESS_FLAGS?= \
-Dconfdir=/usr/local/etc/unbound \
-Dmaster="${MASTER}" \
-Dmaster_addr="${MASTER_ADDR}" \
+ -Dns_addrs="${NS_ADDRS}" \
-Dlocal_zones="${ZONES}" \
-Dinsecure_zones="${INSECURE_ZONES}" \
-Ddn42_zones="${DN42_ZONES}" \