oschwald / geoip2-golang

Unofficial MaxMind GeoIP2 Reader for Go
ISC License
1.86k stars 191 forks source link

Add IsResidentialProxy field to AnonymousIP #72

Closed bcbee closed 3 years ago

bcbee commented 3 years ago

Adds a new field AnonymousIP.IsResidentialProxy which is now supported by the Anonymous IP database per: https://dev.maxmind.com/geoip/geoip2/geoip2-anonymous-ip-csv-database/#Product_Information

oschwald commented 3 years ago

Thanks!