aboutsummaryrefslogtreecommitdiffstats
path: root/config/unbound
diff options
context:
space:
mode:
authorWarren Baker <warren@decoy.co.za>2013-08-27 18:41:43 +0200
committerWarren Baker <warren@decoy.co.za>2013-08-27 18:41:43 +0200
commit42ce51dbf43450e455ffe212e51cefe934c396aa (patch)
tree0cd7b82b32a3df14147754831e3062d105b657bc /config/unbound
parent16e9fdda9dfde78bebc03147f8d3372e7d133240 (diff)
downloadpfsense-packages-42ce51dbf43450e455ffe212e51cefe934c396aa.tar.gz
pfsense-packages-42ce51dbf43450e455ffe212e51cefe934c396aa.tar.bz2
pfsense-packages-42ce51dbf43450e455ffe212e51cefe934c396aa.zip
Rather use transparent here
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']))