mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Add tls support in openmptcprouter vps script and small changes
This commit is contained in:
parent
d2e5a21df6
commit
c30bc58e6a
3 changed files with 42 additions and 0 deletions
|
@ -10,6 +10,9 @@ if [ "$(uci -q get network.omrvpn)" = "" ]; then
|
|||
set network.omrvpn.ip4table=vpn
|
||||
set network.omrvpn.multipath=off
|
||||
set network.omrvpn.leasetime=12h
|
||||
set network.omrvpn.type=tunnel
|
||||
set network.omrvpn.txqueuelen=1000
|
||||
set network.omrvpn.metric=1200
|
||||
commit network
|
||||
EOF
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue