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

Fix shadowsocks rules

This commit is contained in:
Ycarus 2018-04-06 13:48:49 +02:00
parent e83274c97a
commit 1a6ce527be
4 changed files with 29 additions and 11 deletions

View file

@ -104,6 +104,12 @@ uci batch <<-EOF
delete $$s
commit firewall
EOF
s=firewall.ss_rules6
uci get "$$s" >/dev/null || exit 0
uci batch <<-EOF
delete $$s
commit firewall
EOF
endef
define Build/Prepare