mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-12 18:41:51 +00:00
Small changes
This commit is contained in:
parent
45fea39b3e
commit
6bf3f2e84b
2 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ if [ "$(uci -q get network.glorytun)" = "" ] && [ "$(uci -q get network.omrvpn)"
|
|||
set network.glorytun.ip4table=vpn
|
||||
set network.glorytun.multipath=off
|
||||
set network.glorytun.leasetime=12h
|
||||
set network.glorytun.mtu=1280
|
||||
set network.glorytun.mtu=1400
|
||||
commit network
|
||||
EOF
|
||||
# set network.glorytun.proto=static
|
||||
|
|
|
@ -9,7 +9,7 @@ config defaults 'defaults'
|
|||
list hosts '80.67.169.12'
|
||||
list hosts '80.67.169.40'
|
||||
option timeout '3'
|
||||
option tries '3'
|
||||
option tries '4'
|
||||
option interval '5'
|
||||
option interval_tries '1'
|
||||
option type 'ping'
|
||||
|
|
Loading…
Reference in a new issue