aboutsummaryrefslogtreecommitdiffstats
path: root/config/unbound
diff options
context:
space:
mode:
authorWarren Baker <warren@decoy.co.za>2010-12-14 21:28:43 +0200
committerWarren Baker <warren@decoy.co.za>2010-12-14 21:28:43 +0200
commitb0c9f0daaba26ca8fdc56783d21232f7e35cb9c9 (patch)
tree398714fc7509a9ca4e04af5ccfbc0f1c50052da2 /config/unbound
parent9ddca3c02919e4f9327c4a3c8a147c5c79625911 (diff)
downloadpfsense-packages-b0c9f0daaba26ca8fdc56783d21232f7e35cb9c9.tar.gz
pfsense-packages-b0c9f0daaba26ca8fdc56783d21232f7e35cb9c9.tar.bz2
pfsense-packages-b0c9f0daaba26ca8fdc56783d21232f7e35cb9c9.zip
Only print stub-prime: once.
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 7f7aff78..28cca155 100644
--- a/config/unbound/unbound.inc
+++ b/config/unbound/unbound.inc
@@ -569,8 +569,8 @@ function unbound_add_domain_overrides() {
$domain_entries .= "\tname: \"$domain\"\n";
foreach($ips as $ip) {
$domain_entries .= "\tstub-addr: $ip\n";
- $domain_entries .= "\tstub-prime: no\n";
}
+ $domain_entries .= "\tstub-prime: no\n";
}
return $domain_entries;
}