aboutsummaryrefslogtreecommitdiffstats
path: root/config/unbound
diff options
context:
space:
mode:
authorWarren Baker <warren@decoy.co.za>2010-12-17 17:10:29 +0200
committerWarren Baker <warren@decoy.co.za>2010-12-17 17:10:29 +0200
commit42331c7db6c9300277416ee64daeabff78117b3e (patch)
treeba1d298922fc2b91b9e93a7a26f113bc65896884 /config/unbound
parenta753f6d79bb4714a76844fab79ef4ba07adcc43d (diff)
downloadpfsense-packages-42331c7db6c9300277416ee64daeabff78117b3e.tar.gz
pfsense-packages-42331c7db6c9300277416ee64daeabff78117b3e.tar.bz2
pfsense-packages-42331c7db6c9300277416ee64daeabff78117b3e.zip
Ensure forward upstream servers are saved.
Diffstat (limited to 'config/unbound')
-rw-r--r--config/unbound/unbound.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/config/unbound/unbound.inc b/config/unbound/unbound.inc
index bc29cfff..ac1b0e53 100644
--- a/config/unbound/unbound.inc
+++ b/config/unbound/unbound.inc
@@ -167,7 +167,6 @@ function unbound_control($action) {
if(is_service_running("unbound")) {
unbound_ctl_exec("forward $dns_servers");
- unbound_ctl_exec("reload");
} else {
unbound_control("start");
unbound_control("forward");