Ask HN: I use a VPN and Google appear to be the only one knowing my location
Is it likely to be an IPv6 leak?
I setup the VPN server using PiVPN (Wireguard VPN)
For example, when I do a Google search, my location is correct at the bottom of the page.
39 comments
[ 3.0 ms ] story [ 41.4 ms ] threadhttps://en.wikipedia.org/wiki/Device_fingerprint
Otherwise they are probably using browser fingerprinting and cross referencing.
>Your browser fingerprint appears to be unique among the 327,358 tested in the past 45 days.
should i be concerned? now, if i use this same browser on any vpn, if youtube is doing fingerprinting then i am a unique user anyways so any ideas?
Create Firefox Profile: firefox -ProfileManager
Use Firefox Profile: firefox --no-remote -private -P profile-name
Create & Use Chrome Profile: chromium --incognito --user-data-dir=location/profile-name
On top of seperate browser profiles (at least in your VPN profiles), you need to do browser hardening and use something like uBlock/uMatrix to block everything by default. [1] I do not recommend using regular Google Chrome for VPN at all. Use something like Ungoogled-Chrome. [2] or similar security browser instead.
Also it is highly recommented if you use Linux/Unix OS, to properly firewall your VPN connection. So for example if your VPN connection suddenly stops working, it will not leak out any data. There is many tutorials on how to do this. I'm sure it is possible to do something similar on Windows too.
[1] firefox hardening; https://chrisx.xyz/blog/yet-another-firefox-hardening-guide/
[2] https://github.com/Eloston/ungoogled-chromium
[3] chrome hardening; https://peter.sh/experiments/chromium-command-line-switches/
https://9to5google.com/2020/02/06/google-chrome-x-client-dat...
Also, are you logged in to Google or Gmail or any other Google services (even if that window has been closed)? In other words, are the cookies cleared in your browser?
What’s your DNS setting on the device and/or browser?
> device, OS and browser
Latest Firefox on Manjaro/Desktop
> are you logged in to Google or Gmail
I am currently logged in gmail, but usually not and I'm pretty sure that the issue is still the same (but either way, I tried a private tab and it still knows my location)
> What’s your DNS setting
Quad9:
9.9.9.9.
149.112.112.112
I have tried to correct it, but Google can't admit being wrong.
I saw the same behavior. Loading google in incognito mode solves this for me. I know I've granted google access to my browser's location services, perhaps you have too. Loading in incognito mode resets this.
P.S. 95% of search attempts can be adequately satisfied with DGG. I'd suggest you isolate G products to a specific browser, this way you isolate what data you actually provide G with.
Try tunning tcpdump on your gateway looking at DNS and mDNS requests.