diff options
author | Warren Baker <warren@decoy.co.za> | 2010-12-17 17:10:29 +0200 |
---|---|---|
committer | Warren Baker <warren@decoy.co.za> | 2010-12-17 17:10:29 +0200 |
commit | 42331c7db6c9300277416ee64daeabff78117b3e (patch) | |
tree | ba1d298922fc2b91b9e93a7a26f113bc65896884 /config/unbound/unbound.inc | |
parent | a753f6d79bb4714a76844fab79ef4ba07adcc43d (diff) | |
download | pfsense-packages-42331c7db6c9300277416ee64daeabff78117b3e.tar.gz pfsense-packages-42331c7db6c9300277416ee64daeabff78117b3e.tar.bz2 pfsense-packages-42331c7db6c9300277416ee64daeabff78117b3e.zip |
Ensure forward upstream servers are saved.
Diffstat (limited to 'config/unbound/unbound.inc')
-rw-r--r-- | config/unbound/unbound.inc | 1 |
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"); |