Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Skhron hosting provider: Review

2»

Comments

  • yoyekyoyek Member

    I've modified a bit your curl checks:

    $ curl -6 -A "Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/115.0" -s https://ipv6.google.com/ | egrep -i -o '(polska|eest)'; echo
    Polska
    eest
    eest
    
    $ curl -4 -A "Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/115.0" -s https://ipv4.google.com/ | egrep -i -o '(polska|eest)'; echo
    Polska
    eest
    eest
    
    Thanked by 1tentor
  • @tentor said:

    @yoyek said: As of today Skhron's IPs are geolocated as Poland also by Google.

    It is worth to note that I am not sure if (when?) Google will fix IPv6 geolocation:

    $ curl -4 -A "Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/115.0" -s https://ipv4.google.com/ | grep -i -o polska; echo
    Polska
    
    $ curl -6 -A "Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/115.0" -s https://ipv6.google.com/ | grep -i -o eest; echo
    eest
    eest
    

    Google's geolocation is weird in general. It think the surfing habits exhibited by the IPs in question are at least a major factor.

Sign In or Register to comment.