updated for new maxmind page for maxmind_proxy_fraud

This commit is contained in:
Costa Tsaousis (ktsaou) 2015-08-15 02:26:28 +03:00
parent 9cbd94b625
commit a3251777d8

@ -2174,7 +2174,7 @@ gz_proxyrss() {
# extract IPs from the maxmind proxy fraud page
parse_maxmind_proxy_fraud() {
grep "a href=\"proxy/" |\
grep "href=\"proxy" |\
cut -d '>' -f 2 |\
cut -d '<' -f 1
}