From 5b5f4c85a70946c608e2ca3037e0ffa2883c6523 Mon Sep 17 00:00:00 2001 From: bolvan Date: Thu, 16 May 2019 10:48:05 +0300 Subject: [PATCH] openwrt init : remove old create_ipset call --- init.d/openwrt/zapret | 3 --- 1 file changed, 3 deletions(-) diff --git a/init.d/openwrt/zapret b/init.d/openwrt/zapret index f1feb50..268019b 100755 --- a/init.d/openwrt/zapret +++ b/init.d/openwrt/zapret @@ -83,9 +83,6 @@ start_service() { nfqws_all|nfqws_all_https) run_daemon 1 $NFQWS "$NFQWS_OPT_BASE $NFQWS_OPT" ;; - ipset) - create_ipset - ;; custom) # PLACEHOLDER echo !!! NEED ATTENTION !!!