0

I've downloaded the Maxmind GeoLite2-City.csv file from https://dev.maxmind.com/geoip/geoip2/geolite2/

I see that the is_anonymous_proxy and is_satellite_provider columns are always 0.

I am trying to figure out why these columns are always 0, and if i send out an IP addr for anonymous proxy, will i get a 0 or a different value.

Is there a API (Java or other languages) to call GeoLite2-City and see if it gives out reliable results?

4

1 回答 1

1

is_anonymous_proxy 和 is_satellite_provider 列并不总是 0。尝试以下命令查找示例:

grep ",1," GeoLite2-City-Blocks-IPv4.csv
于 2015-07-07T02:08:57.683 回答