From 4ee775ee6402b8b56182146fc44d888e3244a3e5 Mon Sep 17 00:00:00 2001 From: Matthew Sojourner Newton Date: Wed, 24 Aug 2016 13:36:21 -0700 Subject: [PATCH] Added unbound directive to search for additional configuration files at /opt/unbound/etc/unbound/zones/*.conf --- unbound.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/unbound.sh b/unbound.sh index 3be5bda..5c41c9e 100755 --- a/unbound.sh +++ b/unbound.sh @@ -77,6 +77,8 @@ server: local-zone: "test." static local-zone: "@PROVIDER_NAME@." refuse + include: "/opt/unbound/etc/unbound/zones/*.conf" + remote-control: control-enable: yes control-interface: 127.0.0.1