DNS Configuration
5.196.115.166 37.120.176.111 Windows 10 (and older)
- Right-click the Network icon (wired or Wi-Fi) on the taskbar.
- Select Open Network & Internet Settings.
- Click Change adapter options.
- Right-click your active connection and choose Properties.
- Select Internet Protocol Version 4 (TCP/IPv4), then click Properties.
- Choose Use the following DNS server addresses.
- Preferred DNS server: 5.196.115.166
- Alternate DNS server: 37.120.176.111
Windows 11
- Press Win + I to open Settings.
- Go to Network & Internet.
- Choose Wi-Fi if you’re connected wirelessly or Ethernet if you’re wired.
- Scroll to the section labelled DNS server assignment and click Edit.
- Change from Automatic (DHCP) to Manual. Then toggle IPv4.
- Preferred DNS server: 5.196.115.166
- Alternate DNS server: 37.120.176.111
🔒 Enabling Encrypted DNS (Recommended)
If you want your DNS traffic to be encrypted, Windows 11 supports two secure methods:
- DNS over HTTPS (DoH) — configured directly in Settings
- DNS over TLS (DoT) — enabled via the command line using
netsh
Option 1: Enable DoH
- Stay on the same DNS server assignment screen (from the previous steps).
- Under Edit DNS settings, keep Manual selected.
- Below your entered DNS addresses, look for DNS over HTTPS options.
- For each server, set DNS over HTTPS to:
- On (manual template) and use this template on DNS over HTTPS template:
https://dns.cyphernode.net/dns-query
- On (manual template) and use this template on DNS over HTTPS template:
Option 2: Enable DoT
Run the following commands as Admin in CMD or PowerShell.
- Enable DoT globally:
netsh dns add global dot=yes - Enable encryption for preferred DNS:
netsh dns add encryption server=5.196.115.166 dothost=dns.cyphernode.net autoupgrade=yes - Enable encryption for alternate DNS:
netsh dns add encryption server=37.120.176.111 dothost=dns.cyphernode.net autoupgrade=yes
MacOS
macOS doesn’t allow native per-DNS encrypted configuration through the UI.
To enable DNS over HTTPS (DoH) or DNS over TLS (DoT), you need to download and install a configuration profile provided by your DNS provider.
- Click the link to download the DoH/DoT profile:
- Once downloaded, double-click the
.mobileconfigfile. - Open System Preferences → Profiles.
- Click Install and authenticate with your password.
- The profile automatically configures your network settings to use DoH/DoT.
iOS
⚠️ Important: You must download iOS profiles using Safari on your iPhone or iPad.
iOS only allows installing configuration profiles directly from Safari — it will not work from Chrome, Firefox, or any other browser.
-
Click the link to download the DoH/DoT profile:
-
When prompted, tap Allow to download the configuration profile.
-
Open the Settings app on your iPhone or iPad.
-
At the top of Settings, you’ll see:
Profile Downloaded
Tap it.
-
Tap Install in the top right corner and enter your device passcode.
-
The profile automatically configures your network settings to use DoH/DoT.
Android
- Open Settings on your Android device.
- Go to: Network & Internet → Advanced → Private DNS
- Select Private DNS provider hostname.
- Enter the following: dns.cyphernode.net
- Tap Save or OK.
Your Android device will now use encrypted DNS over TLS (DoT) for all connections.
Browsers
➡️ Chrome / Chromium / Brave
- Go to
chrome://settings/securityor Settings > Privacy and security > Security - Scroll to Use secure DNS
- Turn it ON
- Select Custom and enter:
https://dns.cyphernode.net/dns-query
➡️ Edge
- Go to Settings > Privacy, Search, and Services
- Scroll to Security
- Enable Use secure DNS
- Select Choose a service provider
- On Enter custom provider type:
https://dns.cyphernode.net/dns-query
➡️ Firefox
- Go to Settings > Privacy and Security
- Scroll to Enable secure DNS using
- Select Max Protection
- In the Choose provider select Custom and enter:
https://dns.cyphernode.net/dns-query