Skip to content

Commit

Permalink
Flag IsVPNDatacenter
Browse files Browse the repository at this point in the history
  • Loading branch information
rbcervilla committed Oct 18, 2023
1 parent 18a1978 commit e8ca52e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions reader.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit e8ca52e

Please sign in to comment.