mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Revert VPN MTU to 1500 and default VPN to Glorytun TCP
This commit is contained in:
parent
4a1ac7bbbb
commit
e880e13d16
2 changed files with 6 additions and 6 deletions
|
|
@ -91,9 +91,9 @@ interface_max_metric() {
|
|||
fi
|
||||
elif [ "$1" = "omrvpn" ]; then
|
||||
uci -q batch <<-EOF >/dev/null
|
||||
set network.${config}.metric=9000
|
||||
set network.${config}.metric=1500
|
||||
commit network
|
||||
set openmptcprouter.${config}.metric=9000
|
||||
set openmptcprouter.${config}.metric=1500
|
||||
commit openmptcprouter
|
||||
EOF
|
||||
elif [ "$1" = "omr6in4" ]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue