Configure le_dns on Windows
Privacy-first DNS on Windows in under 2 minutes
Your ISP can see every domain you visit — even over HTTPS. Changing your DNS to le_dns stops that. No filtering, no logging, no profiling. Why does this matter?
Windows 11
- Open Settings → Network & internet
- Click Wi-Fi (or Ethernet, depending on your connection)
- Click Hardware properties (Wi-Fi) or the network name (Ethernet)
- Next to DNS server assignment, click Edit
- Switch from Automatic (DHCP) to Manual
- Enable IPv4 and fill in:
- Preferred DNS:
51.75.96.82 - Alternate DNS:
51.89.95.33
- Preferred DNS:
- Click Save
Enable DoH on Windows 11 (recommended)
Windows 11 supports DNS over HTTPS natively:
- Follow steps 1–5 above
- In the DNS field, enter
51.75.96.82 - Set DNS over HTTPS to On (automatic template)
- Enter the template:
https://ledns.eu/dns-query - Repeat for the alternate DNS (
51.89.95.33) - Click Save
You can add a third resolver (151.115.80.165) as fallback, though Windows 11 only supports two entries in the GUI. DoH encrypts your queries end-to-end.
Windows 10
- Open Settings → Network & Internet → Change adapter options
- Right-click your active connection → Properties
- Select Internet Protocol Version 4 (TCP/IPv4) → Properties
- Select Use the following DNS server addresses
- Set:
- Preferred DNS server:
51.75.96.82 - Alternate DNS server:
51.89.95.33
- Preferred DNS server:
- Click OK
Note: Windows 10 does not natively support DoH. For encrypted DNS on Windows 10, see the DoH setup guide using a local resolver like dnscrypt-proxy.
Verify it works
Open PowerShell and run:
nslookup example.com 51.75.96.82
You should see a valid IP response from le_dns. For a full leak check, visit dnsleaktest.com and confirm the DNS servers listed are le_dns.