From b0c9f0daaba26ca8fdc56783d21232f7e35cb9c9 Mon Sep 17 00:00:00 2001 From: Warren Baker Date: Tue, 14 Dec 2010 21:28:43 +0200 Subject: Only print stub-prime: once. --- config/unbound/unbound.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- cgit v1.2.3