diff --git a/reader.go b/reader.go index 6c8a898..140ca9b 100644 --- a/reader.go +++ b/reader.go @@ -175,6 +175,7 @@ type AnonymousIP struct { IsResidentialProxy bool `maxminddb:"is_residential_proxy"` IsTorExitNode bool `maxminddb:"is_tor_exit_node"` IsSmartDNSProxy bool `maxminddb:"is_smart_dns_proxy"` + IsVPNDatacenter bool `maxminddb:"is_vpn_datacenter"` } // The ASN struct corresponds to the data in the GeoLite2 ASN database.