1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Add a delay before adding route for openvpn

This commit is contained in:
Ycarus (Yannick Chabanois) 2020-02-24 20:03:09 +01:00
parent 06d121f224
commit 4e1bae083a

View file

@ -39,6 +39,7 @@ if [ "$(uci -q get openvpn.omr.proto)" != "tcp-client" ]; then
set openvpn.omr.allow_recursive_routing=1
set openvpn.omr.sndbuf=0
set openvpn.omr.rcvbuf=0
set openvpn.omr.route_delay=5
commit openvpn
EOF
fi