VPNs
What VPNs Do and Do Not Do
The single change a VPN makes, the trust it transfers rather than removes, and how to read a provider claim.
A VPN replaces one trusted network with another trusted network. That is the whole idea, and it is useful — but it is a transfer of trust, not a removal of it, and the distinctions matter more than the product comparison.
What it changes
Your network — a café router, a hotel, an employer, an ISP — no longer sees the destinations you connect to. It sees an encrypted connection to a VPN operator’s server. The destination sees the VPN operator’s address instead of yours, and may apply its own geography-based access rules as a result.
The connection is encrypted in transit between you and the operator. Nothing about the
content changes: a request to an http:// site is still plaintext to whatever handles
it next.
What it does not change
The leak paths that matter in practice
DNS. If name resolution still goes to your ISP, the ISP learns the sites you visit even while the tunnel is running. This is the most common real-world gap, and it is why encrypted DNS matters alongside a VPN rather than instead of it. Some clients offer to route DNS through the tunnel; check rather than assume.
IPv6 and WebRTC. A tunnel over IPv4 that leaves IPv6 traffic outside the tunnel is a complete bypass. This is a configuration bug rather than a design limitation, and it has been found in real products.
Kill switches. A “killswitch” blocks traffic when the tunnel drops. Without one, a failed connection silently reverts to the unprotected path.
Reading a provider claim
The verifiable properties, in rough order of usefulness:
- A named entity and jurisdiction. Anonymity requires that some operator can be compelled and has nothing to hand over. A company with no registered entity, or one in a jurisdiction with no applicable law, is a different proposition.
- A specific logging policy. What is logged, and for how long. “No logs” without saying what is not a policy.
- Independent audit. A published third-party audit of the no-logs claim is materially stronger than a policy page. Read the scope of the audit, not just its existence.
- Transparency reporting. How many times the operator has been asked for data and what it produced.
- Payment without an account. Paying with an account-linked method creates a record that links you to a subscription.
- Published technical detail. Protocol, key exchange, DNS handling, and IPv6 behaviour.
When not to bother
- You mostly need a second factor and unique passwords.
- Your threat is malware or phishing.
- You are on a network you control and trust.
- You need to log into services that block VPNs, and the only way through is a shared address that many people also use.
If your goal is not to be identifiable at all, use Tor. If the goal is to stop a café or an employer from reading the sites you visit, a correctly configured VPN is a reasonable, cheap control.
Sources
- RFC 7457 — an IETF document cataloguing attacks on VPN deployments, including the ones above. Not a marketing document.
- Mullvad policy, Proton VPN no-logs and IVPN policy — read as source claims from three providers that publish specific policies, and compare what each commits to.
Topics
Sources
- RFC 7457: Summarizing Known Attacks on VPNs Accessed
- Mullvad VPN: Policies Replaces the retired /en/help/policy page. This is the current index of Mullvad policy documents; the specific no-logging commitment is at https://mullvad.net/en/help/no-logging-data-policy Accessed
- Does Proton VPN keep logs? A source claim by the operator, not independent evidence. The same no-logs claim has been independently audited by Securitum; Proton write-up of that audit: https://protonvpn.com/blog/no-logs-audit/ Accessed
- IVPN Policy Accessed
Related guides
-
Guide Introductory
What Tor Is (Guide)
How onion routing works, what it guarantees, what it does not, and the misconceptions that cause harm.
-
Guide Intermediate
DNS Privacy (Guide)
Why name resolution is the most useful thing your network can see, and what encrypted DNS changes.
-
Guide Intermediate
Home Network Privacy (Guide)
Your router sees everything, and the devices on your network can see each other. Both are worth fixing.
-
Guide Introductory
Encryption Explained (Guide)
Encryption in transit and at rest, symmetric and asymmetric primitives, and the misconceptions that make people over- or under-trust it.