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

Small changes

This commit is contained in:
Ycarus 2018-09-13 17:14:30 +02:00
parent 45fea39b3e
commit 6bf3f2e84b
2 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,7 @@ if [ "$(uci -q get network.glorytun)" = "" ] && [ "$(uci -q get network.omrvpn)"
set network.glorytun.ip4table=vpn set network.glorytun.ip4table=vpn
set network.glorytun.multipath=off set network.glorytun.multipath=off
set network.glorytun.leasetime=12h set network.glorytun.leasetime=12h
set network.glorytun.mtu=1280 set network.glorytun.mtu=1400
commit network commit network
EOF EOF
# set network.glorytun.proto=static # set network.glorytun.proto=static

View file

@ -9,7 +9,7 @@ config defaults 'defaults'
list hosts '80.67.169.12' list hosts '80.67.169.12'
list hosts '80.67.169.40' list hosts '80.67.169.40'
option timeout '3' option timeout '3'
option tries '3' option tries '4'
option interval '5' option interval '5'
option interval_tries '1' option interval_tries '1'
option type 'ping' option type 'ping'