Browse Source

Revert "openwrt init : remove old create_ipset call"

This reverts commit 5b5f4c85a7.
pull/33/head
root 6 years ago
parent
commit
92ba726869
  1. 3
      init.d/openwrt/zapret

3
init.d/openwrt/zapret

@ -83,6 +83,9 @@ start_service() {
nfqws_all|nfqws_all_https)
run_daemon 1 $NFQWS "$NFQWS_OPT_BASE $NFQWS_OPT"
;;
ipset)
create_ipset
;;
custom)
# PLACEHOLDER
echo !!! NEED ATTENTION !!!

Loading…
Cancel
Save