1
0
Fork 0
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:
Ycarus (Yannick Chabanois) 2023-09-01 09:24:52 +02:00
parent 4a1ac7bbbb
commit e880e13d16
2 changed files with 6 additions and 6 deletions

View file

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