1
0
Fork 0
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:
Ycarus 2019-04-15 22:17:11 +02:00
parent d2e5a21df6
commit c30bc58e6a
3 changed files with 42 additions and 0 deletions

View file

@ -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