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

Merge pull request #337 from Ysurac/develop

sync
This commit is contained in:
suyuan 2023-08-03 02:58:15 +08:00 committed by GitHub
commit 36c36b2686
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View file

@ -77,9 +77,9 @@ interface_max_metric() {
fi
elif [ "$1" = "omrvpn" ]; then
uci -q batch <<-EOF >/dev/null
set network.${config}.metric=1200
set network.${config}.metric=9000
commit network
set openmptcprouter.${config}.metric=1200
set openmptcprouter.${config}.metric=9000
commit openmptcprouter
EOF
elif [ "$1" = "omr6in4" ]; then