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:
parent
27979c78d3
commit
ead533fc4d
6 changed files with 34 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue