diff options
-rw-r--r-- | config/unbound/unbound.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/unbound/unbound.inc b/config/unbound/unbound.inc index 7b7c053a..8cb14aae 100644 --- a/config/unbound/unbound.inc +++ b/config/unbound/unbound.inc @@ -721,6 +721,7 @@ function unbound_add_domain_overrides($pvt=false) { foreach($result as $domain=>$ips) { if($pvt == true) { $domain_entries .= "private-domain: \"$domain\"\n"; + $domain_entries .= "domain-insecure: \"$domain\"\n"; } else { $domain_entries .= "stub-zone:\n"; $domain_entries .= "\tname: \"$domain\"\n"; |