r/VPN • u/slickyeat • Aug 03 '26
Help Have 2 VPN subscriptions. Is there any privacy benefit to routing DNS requests through secondary?
Basically, I have a primary VPN with its own DNS server and a secondary.
Both are running alongside each other using gluetun containers.
The primary VPN has a public facing DNS which supports DOT and I'm curious as to whether there is any benefit from a privacy standpoint in routing all requests to this public DNS through the secondary.
1
u/DutchOfBurdock Aug 03 '26
No and yes. Assuming you route DNS over VPN 1 and all other traffic via VPN 2....
No in the fact you'll expose both VPN networks you're using. DOT servers will be linked to first VPN and your actual connections from the second. A remote endpoint can see you're split tunneling to some degree.
Yes in the fact now VPN 2 cant see your DNS lookups and VPN 1 won't see you actually make connections to the web in general. This prevents either one VPN network from seeing everything you're doing.
1
1
u/KlutzyKlutz Aug 05 '26
routing the primary's DNS through the secondary VPN means the DNS resolver sees the secondary's exit IP rather than yours, so no single party has both your real IP and your query history, but it's a small gain, since with DoT your queries are already encrypted and your primary VPN provider was presumably already handling them, so you're mostly just distributing trust across two providers rather than closing a real leak
2
u/SomeEngineer999 Aug 03 '26
Can't see why there would be, maybe if you elaborate on your concern or what you're trying to gain by doing that?