Logstash Geo IP address wrong country code

hi all,
i tried to check the geoip filter with VPN, my remote address is 77.111.246.62 which is an American ip. the problem is that the country code im getting from that filter is NO (Norway)

"geoip" : {
            "ip" : "77.111.246.62",
            "country_name" : "Norway",
            "latitude" : 59.95,
            "location" : {
              "lat" : 59.95,
              "lon" : 10.75
            },
            "timezone" : "Europe/Oslo",
            "country_code2" : "NO",
            "country_code3" : "NO",
            "continent_code" : "EU",
            "longitude" : 10.75
          },

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.