Method: MaxMind::GeoIP2::Model::AnonymousIP#residential_proxy?

Defined in:
lib/maxmind/geoip2/model/anonymous_ip.rb

#residential_proxy?Boolean

This is true if the IP address is on a suspected anonymizing network and belongs to a residential ISP.

Returns:

  • (Boolean)


62
63
64
# File 'lib/maxmind/geoip2/model/anonymous_ip.rb', line 62

def residential_proxy?
  get('is_residential_proxy')
end