Update blacklist.sh
This commit is contained in:
parent
5ca9873203
commit
ff2864035d
@ -108,11 +108,9 @@ if ! ipset list | grep -q "Name: ${set_name}"; then
|
|||||||
fi
|
fi
|
||||||
link_set "${blocklist_chain_name}" "${set_name}" "$3"
|
link_set "${blocklist_chain_name}" "${set_name}" "$3"
|
||||||
|
|
||||||
echo $URLS
|
|
||||||
# download and process the dynamic blacklists
|
# download and process the dynamic blacklists
|
||||||
for url in $URLS
|
for url in $URLS
|
||||||
do
|
do
|
||||||
echo $url
|
|
||||||
# initialize temp files
|
# initialize temp files
|
||||||
unsorted_blocklist=$(mktemp)
|
unsorted_blocklist=$(mktemp)
|
||||||
sorted_blocklist=$(mktemp)
|
sorted_blocklist=$(mktemp)
|
||||||
|
Loading…
Reference in New Issue
Block a user