diff --git a/blacklists_updater.sh b/blacklists_updater.sh index be61f4d..eea98e4 100755 --- a/blacklists_updater.sh +++ b/blacklists_updater.sh @@ -15,6 +15,3 @@ grep -iE "${black_names}" auto/*-ru-ipv4.txt | grep -viE "${white_names}" | awk # Remove comments by sed to avoid flooding WHOIS servers grep -v "#" ${outfile_w_comments} | sort | uniq > ${outfile_wo_comments} - - -grep -iE "uvd" auto/*-ru-ipv4.txt