mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-12 10:31:51 +00:00
Fix defaults settings
This commit is contained in:
parent
f45d3eec96
commit
24a55685e1
4 changed files with 8 additions and 2 deletions
|
@ -11,4 +11,5 @@ config glorytun 'vpn'
|
|||
option localip '10.255.255.2'
|
||||
option remoteip '10.255.255.1'
|
||||
option multiqueue '1'
|
||||
option label 'Default VPN'
|
||||
option label 'Default VPN'
|
||||
option timeout '10000'
|
|
@ -8,3 +8,7 @@ config glorytun-udp 'vpn'
|
|||
option localip '10.255.254.2'
|
||||
option remoteip '10.255.254.1'
|
||||
option mode 'to'
|
||||
option mode kxtimeout '7d'
|
||||
option mode timetolerance '10m'
|
||||
option mode keepalive '25s'
|
||||
option mode rateauto '0'
|
|
@ -8,3 +8,4 @@ config mlvpn 'general'
|
|||
option host '128.128.128.128'
|
||||
option firstport '65201'
|
||||
option interface_name 'mlvpn0'
|
||||
option loss_tolerance '50'
|
|
@ -25,7 +25,7 @@ config defaults 'defaults'
|
|||
option wait_test '0'
|
||||
option server_http_test '1'
|
||||
option restart_down '0'
|
||||
option options ''
|
||||
option mail_alert '0'
|
||||
|
||||
config proxy 'proxy'
|
||||
option enabled '1'
|
||||
|
|
Loading…
Reference in a new issue