Method: MaxMind::GeoIP2::Record::Traits#legitimate_proxy?
- Defined in:
- lib/maxmind/geoip2/record/traits.rb
#legitimate_proxy? ⇒ Boolean
This attribute is true if MaxMind believes this IP address to be a legitimate proxy, such as an internal VPN used by a corporation. This attribute is only available in the Enterprise database.
120 121 122 |
# File 'lib/maxmind/geoip2/record/traits.rb', line 120 def legitimate_proxy? get('is_legitimate_proxy') end |