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

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

#tor_exit_node?Boolean

This is true if the IP address is a Tor exit node.

Returns:

  • (Boolean)


69
70
71
# File 'lib/maxmind/geoip2/model/anonymous_ip.rb', line 69

def tor_exit_node?
  get('is_tor_exit_node')
end