diff options
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"); |