diff options
Diffstat (limited to 'etc')
-rwxr-xr-x | etc/rc.newwanip | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.newwanip b/etc/rc.newwanip index aa9b5ee..54a2807 100755 --- a/etc/rc.newwanip +++ b/etc/rc.newwanip @@ -76,7 +76,7 @@ if($old_ip) { vpn_ipsec_configure(true); /* start OpenVPN server & clients */ -openvpn_resync_all(); +exec("killall -HUP openvpn 2>/dev/null"); /* regenerate resolv.conf if DNS overrides are allowed or the BigPond client is enabled */ |