aboutsummaryrefslogtreecommitdiffstats
path: root/config/unbound
diff options
context:
space:
mode:
Diffstat (limited to 'config/unbound')
-rw-r--r--config/unbound/unbound.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/unbound/unbound.inc b/config/unbound/unbound.inc
index e9528881..d013608c 100644
--- a/config/unbound/unbound.inc
+++ b/config/unbound/unbound.inc
@@ -996,7 +996,7 @@ function unbound_add_domain_overrides($pvt=false) {
foreach($result as $domain=>$ips) {
if ($pvt == true) {
if (strpos($domain, "in-addr.arpa") !== false)
- $domain_entries .= "local-zone: \"$domain\" nodefault\n";
+ $domain_entries .= "local-zone: \"$domain\" transparent\n";
else
$domain_entries .= "private-domain: \"$domain\"\n";
if (isset($config['installedpackages']['unbound']['config'][0]['dnssec_status']))