mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-15 03:51:51 +00:00
Fix DSVPN init in load balancing mode
This commit is contained in:
parent
66b1ee2f15
commit
274e477278
1 changed files with 2 additions and 1 deletions
|
@ -63,7 +63,8 @@ start_instance() {
|
||||||
$port \
|
$port \
|
||||||
$dev \
|
$dev \
|
||||||
${localip:+$localip} \
|
${localip:+$localip} \
|
||||||
${remoteip:+$remoteip}
|
${remoteip:+$remoteip} \
|
||||||
|
$(ip r get $host | awk '{print $3}' | tr -d "\n")
|
||||||
|
|
||||||
|
|
||||||
procd_set_param respawn 0 30 5
|
procd_set_param respawn 0 30 5
|
||||||
|
|
Loading…
Reference in a new issue