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:
parent
38c1644caf
commit
74cc5c3595
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue