Windows GeoFiltering the cheap and hacky way

I started from this post and moved the file downloads into powershell remrem http://www.gregsitservices.com/ip-security/ip-security-package.zip wget “https://www.ipdeny.com/ipblocks/data/aggregated/cn-aggregated.zone” -outfile “cn-aggregated.zone”wget “https://www.ipdeny.com/ipblocks/data/aggregated/ru-aggregated.zone” -outfile “ru-aggregated.zone”wget “https://www.ipdeny.com/ipblocks/data/aggregated/ir-aggregated.zone” -outfile “ir-aggregated.zone”wget “https://www.ipdeny.com/ipblocks/data/aggregated/kp-aggregated.zone” -outfile “kp-aggregated.zone”wget “https://www.ipdeny.com/ipblocks/data/aggregated/kr-aggregated.zone” -outfile “kr-aggregated.zone”

Continue readingWindows GeoFiltering the cheap and hacky way