pull ip's from archaic binary as well as erb.pw
This commit is contained in:
parent
fd63734b64
commit
2c2e87b0dd
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user