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

Fix max speed if USB used on RPI and default VPN MTU 1500

This commit is contained in:
Ycarus 2018-09-03 09:54:38 +02:00
parent 38c1644caf
commit 74cc5c3595
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,6 @@ 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.mtu=1400
commit network
EOF
fi