Codebase list ruby-maxmind-db / 3abed3aa-48b2-4c0d-82ec-82419378d44b/main test / data / source-data / GeoIP2-Anonymous-IP-Test.json
3abed3aa-48b2-4c0d-82ec-82419378d44b/main

Tree @3abed3aa-48b2-4c0d-82ec-82419378d44b/main (Download .tar.gz)

GeoIP2-Anonymous-IP-Test.json @3abed3aa-48b2-4c0d-82ec-82419378d44b/mainraw · history · blame

[
   {
      "::1.2.0.0/112" : {
         "is_anonymous" : true,
         "is_anonymous_vpn" : true
      }
   },
   {
      "::81.2.69.0/120": {
         "is_anonymous" : true,
         "is_anonymous_vpn" : true,
         "is_hosting_provider" : true,
         "is_public_proxy" : true,
         "is_tor_exit_node" : true
      }
   },
   {
      "::71.160.223.0/120" : {
         "is_anonymous" : true,
         "is_hosting_provider" : true
      }
   },
   {
      "::186.30.236.0/120" : {
         "is_anonymous" : true,
         "is_public_proxy" : true
      }
   },
   {
      "::65.0.0.0/109" : {
         "is_anonymous" : true,
         "is_tor_exit_node" : true
      }
   },
   {
      "abcd:1000::/112" : {
         "is_anonymous" : true,
         "is_public_proxy" : true
      }
   }
]