mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Set mtu fix by default
This commit is contained in:
parent
a1efc0ff48
commit
611f8e3f85
1 changed files with 5 additions and 0 deletions
|
@ -85,6 +85,11 @@ if [ "$(ubus call system board | jsonfilter -e '@.board_name')" = "bananapi,bpi-
|
||||||
EOF
|
EOF
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
uci -q batch <<-EOF >/dev/null
|
||||||
|
set firewall.@zone[0].mtu_fix='1'
|
||||||
|
set firewall.zone_vpn.mtu_fix='1'
|
||||||
|
EOF
|
||||||
|
|
||||||
rm -f /tmp/luci-indexcache
|
rm -f /tmp/luci-indexcache
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue