From 42ce51dbf43450e455ffe212e51cefe934c396aa Mon Sep 17 00:00:00 2001 From: Warren Baker Date: Tue, 27 Aug 2013 18:41:43 +0200 Subject: Rather use transparent here --- config/unbound/unbound.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/unbound') 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'])) -- cgit v1.2.3