pull ip's from archaic binary as well as erb.pw

This commit is contained in:
MeaTLoTioN 2022-12-05 14:57:04 +00:00
parent fd63734b64
commit 2c2e87b0dd

View File

@ -18,7 +18,6 @@ URLS=(
)
IFS=$'\n'
#for I in $(curl -s https://erb.pw/blacklist); do
for URL in ${URLS[@]}; do
for I in $(curl -s $URL); do
CHECK=$(grep -c $I $MYS_DATA/blacklist.txt)