DNS (Domain Name System)
DNS is the internet's phonebook — it translates human-readable domain names like example.com into the numeric IP addresses computers use to connect.
Definition
The Domain Name System (DNS) translates human-friendly domain names (such as proxyhorizon.com) into the IP addresses computers use to locate each other. Every time you visit a site, your device performs a DNS lookup to resolve the name to an address before connecting.
Why DNS matters for privacy
Because DNS queries reveal which sites you visit, they can leak your activity even when other traffic is protected. A DNS leak happens when queries bypass your VPN or proxy and go to your ISP's resolver. Encrypted DNS (DoH/DoT) and VPNs that route DNS through their own resolvers mitigate this.
Examples
Resolving example.com to 93.184.216.34 before the page loads
Using 1.1.1.1 or 8.8.8.8 as a public DNS resolver
Common Use Cases
Frequently Asked Questions
Keep Learning
All termsSSL/TLS
SSL/TLS is the encryption protocol that secures data in transit on the web — the 'S' in HTTPS — protecting it from eavesdropping and tampering.
Read definitionVPN
A VPN (Virtual Private Network) encrypts all of your device's internet traffic and routes it through a remote server, hiding your IP and protecting data on untrusted networks.
Read definitionWebRTC Leak
A WebRTC leak exposes your real IP address through the browser's built-in real-time communication feature — even when you are using a VPN or proxy.
Read definition