1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-02-14 11:31:51 +00:00

Fix DSVPN init in load balancing mode

This commit is contained in:
Ycarus (Yannick Chabanois) 2020-07-01 11:00:53 +02:00
parent 66b1ee2f15
commit 274e477278

View file

@ -63,7 +63,8 @@ start_instance() {
$port \
$dev \
${localip:+$localip} \
${remoteip:+$remoteip}
${remoteip:+$remoteip} \
$(ip r get $host | awk '{print $3}' | tr -d "\n")
procd_set_param respawn 0 30 5