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

Reload all firewall config less often

This commit is contained in:
Ycarus (Yannick Chabanois) 2021-03-23 09:51:21 +01:00
parent 27979c78d3
commit ead533fc4d
6 changed files with 34 additions and 6 deletions

View file

@ -94,7 +94,7 @@ if [ "$(uci -q get firewall.v2ray)" = "" ]; then
uci -q batch <<-EOF >/dev/null
set firewall.v2ray=include
set firewall.v2ray.path=/etc/firewall.v2ray-rules
set firewall.v2ray.reload=1
set firewall.v2ray.reload=0
commit firewall
EOF
fi