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

Merge branch 'test' into develop

This commit is contained in:
suyuan 2022-12-31 14:09:27 +08:00
commit b70822a939
6 changed files with 33 additions and 14 deletions

View file

@ -236,9 +236,12 @@ for intf in $allintf; do
uci -q add_list firewall.zone_vpn.network="${intf}"
done
#uci -q batch <<-EOF >/dev/null
# set firewall.zone_lan.mtu_fix='1'
# set firewall.zone_vpn.mtu_fix='1'
#EOF
uci -q batch <<-EOF >/dev/null
set firewall.zone_lan.mtu_fix='1'
set firewall.zone_vpn.mtu_fix='1'
set firewall.@include[0].reload='1'
commit firewall
EOF