diff --git a/init.d/openwrt/zapret b/init.d/openwrt/zapret index 268019b..f1feb50 100755 --- a/init.d/openwrt/zapret +++ b/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 !!!