From 059e4b99f9b405fce78568136e9221d7e98f9742 Mon Sep 17 00:00:00 2001 From: bolvan Date: Wed, 6 Mar 2019 13:32:31 +0300 Subject: [PATCH] hash.net => hash.ip --- ipset/create_ipset.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ipset/create_ipset.sh b/ipset/create_ipset.sh index fbfb6a2..f9330aa 100755 --- a/ipset/create_ipset.sh +++ b/ipset/create_ipset.sh @@ -23,5 +23,5 @@ done return 0 } -create_ipset hash:net $ZIPSET $ZIPLIST $ZIPLIST_USER -create_ipset hash:net $ZIPSET_IPBAN $ZIPLIST_IPBAN $ZIPLIST_USER_IPBAN +create_ipset hash:ip $ZIPSET $ZIPLIST $ZIPLIST_USER +create_ipset hash:ip $ZIPSET_IPBAN $ZIPLIST_IPBAN $ZIPLIST_USER_IPBAN