Do I really need a VPN or does DNS over HTTPS does the trick?

Considering my threat model is just preventing my ISP to know which websites I am visiting and to prevent my government (India) from tracking me, do I need to use a VPN?

Currently, I am using a trusted VPN provider with a permanent kill switch and am never off of the VPN. Today, I was reading IVPN’s homepage and it says, “A VPN can be effective at encrypting your DNS requests so your ISP or mobile network provider cannot monitor or log the domains you visit.” But as far as I know, DNS over HTTPS does encrypt the DNS requests. Right?

I regularly clean my cookies, use hardened browsers, etc. So is a VPN really necessary for me? Or shall I just shift to using Quad9’s DoH or something?

Edit - I am using the router provided by the ISP and I cannot change it because I am behind CGNAT. I can use a separate device and install PfSense or OpenWRT or something on it and use that as a firewall. Any suggestions there?

Rivalarrival,

Without the VPN, your ISP knows you are making a DNS request, but they can’t see what domain you are resolving. A moment later, they see the IP that request resolved to, when you request that site. They can see how much encrypted traffic is going back and forth. When they see that the IP address hosts a porn site, and traffic analysis shows you’re starting and stopping video streams, they know you’re jerking off, but can’t figure out your specific fetish.

With a VPN, your ISP only ever sees the VPN’s IP address. They know when you are sending and receiving traffic to/from that IP, but they don’t know the original source. With traffic analysis, they can probably figure out that you’re watching videos, but they probably can’t distinguish between YouTube and YouPorn.

cyborganism,

Right. You can easily do a reverse lookup to an IP address and see what hostname it is.

Distributed,

With cloud/edge/cdn, though, theyre basically just seeing that youre connecting to a data center, and ips cycle very frequently so they’re not getting useful information.

TairikuOkami,

Generally tracking/censorship is done on DNS level by ISP, DoH helps with that, as well as hiding your searches. Sure, tracking can be done by tracking IPs, but it is not as straightforward, you could be just seeing ads from those sites. But for a sensitive stuff, you should use VPN or TOR. The problem is that when using VPN all the time, it draws the attention, if you use it sometimes, they might disregards it just as XXX.

Vexz,

Encrypted DNS is better than nothing but in terms of privacy it doesn't help much.

kevincox,
@kevincox@lemmy.ml avatar

TL;DR If you don’t want your ISP to know the sites you visit you need some sort of proxy (which can be accomplished with a VPN).

There is lots of metadata about your requests. With a proxy your ISP can only see traffic volume. The contents are encrypted and all go to the same IP address. With just volume information it is quite difficult (but not impossible) to determine what sites you are visiting.

Without any sort of proxy the ISP can see a wide variety of additional info:

  1. Which addresses you are connecting to. Can narrow down (and frequently pinpoint) what sites you are visiting.
  2. Domain of most sites you visit (via SNI) (for sites not using encrypted SNI which is most of them).
  3. Full info about unencrypted connections (consider turning on HTTPS only mode in your browser to avoid this).
  4. DNS queries if you aren’t using DoH, DoT or similar.

It sounds like you are aware but please remember that while this will be hidden from your ISP it will not be hidden from your VPN provider. You are essentially just shifting trust. Another advantage can be frequently changing your IP to make it harder for websites to track you. If you want to hide from everyone you will need a better solution such as Tor.

0U714W,

What was all the hub-bub years ago about proxies? Didn’t they do what VPNs do today? How are they different?

slxlucida,

Just to add a counterpoint to all the comments, my personal policy is who do you trust more your ISP or your VPN provider, most VPNs say they don't track but they can easily lie about it and they could easily change their policy overnight. Also, since most require a client installed on your machine, they could easily install a shim and get access to your in-flight encrypted data. If this were a case where you're in a country where you know they're tracking you, absolutely use a VPN that you trust. In the US/EU I just don't see much use for a VPN unless you're trying to get access to Geo-blocked content.

j4k3,
@j4k3@lemmy.world avatar

With some VPN services you may or may not help out in a peripheral way. I’ve seen a bunch of random times over the last year when websites prompt me about being in Ukraine. I’m in the USA. I switch my VPN location at random after clearing my cookies/cache/site settings. It seems to help obfuscate tracking to some degree. I really want to setup a automated randomized VPN on my next router running OpenWRT.

br3ad,

How do you access banking apps/websites with always-on VPN and permanent kill switch?

nutbutter,

My banking apps and netbanking work just fine regardless of which country I am connected to. UPI (unified payments interface) requires an Indian IP, though. But I can still do everything while connected to my VPN provider.

br3ad,

None of my banking apps work with VPN even with a spoofed Indian IP. UPI works without issue for me as well.

Sequence5666, (edited )

The good one like Mullvad does not have a server in India. Do you recommend something as good as Mullvad for accessing UPI and strem vid apps?

br3ad,

I haven’t used mullvad but I do use protonvpn. On my android phone icici banking app doesn’t work even while being whitelisted. Prime video needs to be whitelisted but functions. Didn’t find an issue with Netflix. Haven’t tested other platforms.

JohnEdwa,
JohnEdwa avatar

Not OP, but back when I used Surfshark it had the ability to allow bypassing the VPN only for certain programs, IPs or URLs.
I mostly used it to get less latency with online games or getting access to them in the first place as often I'd encounter login servers that just didn't work though a VPN.

br3ad,

Thanks! I will look into my VPN client and see if it provides this feature.

lemminer,

I would prefer Tor over VPN for browsing. It’s a complete package. You can torify your applications too.

MigratingtoLemmy,

Only a VPN will mask the SNI from falling into the hands of the ISP. DoH will simply encrypt the contents of the DNS requests (which is nice to have but not the solution to your problem), your ISP will still know you made a DNS request and the IP your request resolved to

ArbiterXero,

Whaaaaa?

No a vpn is NOT just about dns.

Dns is the starting point, but the main idea is to route your traffic through a central point without logs.

This means that from a network sniffing perspective, I know you’re sending data to the vpn endpoint, but the data is encrypted (also a vpn important point) and I don’t know where it’s going at all after that.

Even if I’m sniffing the traffic going out of the vpn endpoint , because there’s many people using the same point, while I can see that someone on the vpn was looking up pages on the pirate bay looking for the latest movie, I’m unable to match that to. A person connected. It could be one of thousands of people browsing with this vpn. So I don’t know that it was you looking for the latest minions movie.

ChatGPT,

In your case a VPN makes more sense when you can’t really control the router. I like Cloudflares 1.1.1.1 Warp VPN it masks my IP and speeds up my connection. If you want to torrent or other questionable things something like Mullvad, Proton or IVPN is a better choice.

vtez44,

Most sites still send domain name in clear text. You can see it in Wireshark or PCAPDroid. You need VPN if you don't want your ISP to see the sites you visit.

https://blog.cloudflare.com/encrypted-client-hello/

JoeKrogan,
@JoeKrogan@lemmy.world avatar

They will see the IP of the site you are visiting if you do not have the VPN. Depending on the site it could be obvious which site it is, if it has a dedicated hosting for example

UnfortunateShort,

Also, looking at it from a different angle, a VPN hides your IP from service providers, which makes it harder for them to track you. In addition to that a proper VPN will also protect you when connecting to an insecure network, like scetchy public Wifi

  • All
  • Subscribed
  • Moderated
  • Favorites
  • privacy@lemmy.ml
  • DreamBathrooms
  • magazineikmin
  • everett
  • InstantRegret
  • rosin
  • Youngstown
  • slotface
  • love
  • khanakhh
  • kavyap
  • tacticalgear
  • GTA5RPClips
  • thenastyranch
  • modclub
  • megavids
  • mdbf
  • normalnudes
  • Durango
  • ethstaker
  • osvaldo12
  • cubers
  • ngwrru68w68
  • tester
  • anitta
  • cisconetworking
  • Leos
  • provamag3
  • JUstTest
  • All magazines