Phi5ive logo Back to Catalog

🛡️ Ad-Free Streaming Guide

Set up AdGuard DNS once and enjoy Phi5ive (and the entire web) without intrusive ads, trackers, or pop-ups — on every device you own.

🌐 What Is AdGuard DNS?

AdGuard DNS is a free, privacy-focused DNS resolver that blocks ads, trackers, and malicious domains at the network level. Unlike browser extensions, it works across every app and browser on your device — including streaming players and embedded iframes.

🚫 Blocks Ads Removes ads before they load
🔒 Stops Trackers Prevents cross-site tracking
Faster Browsing Less data = quicker page loads
🛡️ Malware Protection Blocks known malicious domains

📋 AdGuard DNS Addresses

You will need these addresses for every setup method below. Bookmark this page for quick reference.

Default (Ad-blocking)

IPv4 94.140.14.14
94.140.15.15
IPv6 2a10:50c0::ad1:ff
2a10:50c0::ad2:ff

DNS-over-HTTPS (DoH)

https://dns.adguard-dns.com/dns-query

DNS-over-TLS (DoT)

tls://dns.adguard-dns.com
Tip: Use DoH or DoT when your ISP or network blocks custom DNS. These encrypted protocols are harder to interfere with.

🪟 Windows 10 / 11

Method 1 — Settings App (Windows 11)

  1. Open Settings → Network & Internet → Wi-Fi (or Ethernet).
  2. Click your connected network, then click Edit next to DNS server assignment.
  3. Switch from Automatic to Manual.
  4. Enable IPv4. Enter:
    Preferred DNS: 94.140.14.14
    Alternate DNS: 94.140.15.15
  5. (Optional) Enable IPv6 and enter:
    Preferred DNS: 2a10:50c0::ad1:ff
    Alternate DNS: 2a10:50c0::ad2:ff
  6. Click Save.

Method 2 — Control Panel (Windows 10 & 11)

  1. Press Win + R, type ncpa.cpl, and press Enter.
  2. Right-click your active adapter → Properties.
  3. Select Internet Protocol Version 4 (TCP/IPv4)Properties.
  4. Choose Use the following DNS server addresses:
    Preferred: 94.140.14.14
    Alternate: 94.140.15.15
  5. Click OK on all dialogs.

Method 3 — DNS-over-HTTPS (Windows 11)

  1. Follow Method 1 steps 1–4.
  2. Under DNS over HTTPS, select On (manual template).
  3. Enter: https://dns.adguard-dns.com/dns-query
  4. Click Save.
Tip: After changing DNS, open Command Prompt and run ipconfig /flushdns to clear the old DNS cache.

🍎 macOS

System Settings (macOS Ventura & later)

  1. Open System Settings → Network.
  2. Select your active connection (Wi-Fi or Ethernet) → Details.
  3. Click the DNS tab.
  4. Remove existing entries with the button.
  5. Click + and add:
    94.140.14.14
    94.140.15.15
  6. Click OK, then Apply.

Terminal Method

Set DNS for Wi-Fi sudo networksetup -setdnsservers Wi-Fi 94.140.14.14 94.140.15.15
Flush DNS cache sudo dscacheutil -flushcache; sudo killall -HUP mDNSResponder

DNS-over-HTTPS via Configuration Profile

  1. Visit adguard-dns.io/public-dns and download the macOS DNS profile.
  2. Open the downloaded .mobileconfig file.
  3. Go to System Settings → Privacy & Security → Profiles and install the profile.

🐧 Linux

Method 1 — NetworkManager (Ubuntu, Fedora, Mint)

  1. Open Settings → Network (or Wi-Fi).
  2. Click the gear icon on your active connection.
  3. Go to the IPv4 tab. Set Method to Automatic (DHCP) addresses only.
  4. In the DNS field, enter: 94.140.14.14, 94.140.15.15
  5. (Optional) In the IPv6 tab, enter: 2a10:50c0::ad1:ff, 2a10:50c0::ad2:ff
  6. Click Apply. Toggle the connection off and on again.

Method 2 — systemd-resolved

Edit resolved.conf sudo nano /etc/systemd/resolved.conf

Add or update these lines:

[Resolve]
DNS=94.140.14.14 94.140.15.15
DNSOverTLS=yes
Restart the service sudo systemctl restart systemd-resolved

Method 3 — /etc/resolv.conf (any distro)

Edit resolv.conf sudo nano /etc/resolv.conf

Replace existing nameserver lines with:

nameserver 94.140.14.14
nameserver 94.140.15.15
Note: Some distros overwrite /etc/resolv.conf on reboot. Use systemd-resolved or resolvconf for a persistent setup.

🤖 Android

Private DNS (Android 9+) — Recommended

  1. Open Settings → Network & Internet → Advanced → Private DNS.
    (On some phones: Settings → Connections → More Connection Settings → Private DNS)
  2. Select Private DNS provider hostname.
  3. Enter: dns.adguard-dns.com
  4. Tap Save.
This is the easiest and most effective method. It uses DNS-over-TLS and applies system-wide, including all apps and browsers.

Manual DNS per Wi-Fi Network

  1. Go to Settings → Wi-Fi. Long-press your connected network → Modify Network.
  2. Tap Advanced options → set IP settings to Static.
  3. Enter DNS 1: 94.140.14.14 and DNS 2: 94.140.15.15
  4. Tap Save.

AdGuard App (Recommended)

For more control (custom filters, per-app rules), install the free AdGuard for Android app. It creates a local VPN to filter all traffic.

📱 iPhone & iPad (iOS / iPadOS)

Method 1 — DNS Configuration Profile (Recommended)

  1. Open Safari and visit adguard-dns.io/public-dns.
  2. Scroll down and tap the iOS / macOS download button for the DNS profile.
  3. When prompted, tap Allow to download the configuration profile.
  4. Open Settings → General → VPN & Device Management.
  5. Tap the downloaded AdGuard DNS profile → Install.
  6. Enter your passcode and tap Install again to confirm.
Tip: This profile uses encrypted DNS (DoH) and works on both Wi-Fi and cellular data automatically.

Method 2 — Manual Wi-Fi DNS

  1. Open Settings → Wi-Fi.
  2. Tap the icon next to your connected network.
  3. Tap Configure DNS → select Manual.
  4. Remove existing servers and add:
    94.140.14.14
    94.140.15.15
  5. Tap Save.
Note: Manual Wi-Fi DNS only applies to that specific Wi-Fi network and does not cover cellular data. Use the profile method for full coverage.

📡 Router (Whole-Network Protection)

Configuring DNS on your router protects every device on the network — phones, laptops, smart TVs, game consoles — without changing settings on each one.

General Steps

  1. Open your browser and go to your router's admin panel. Common addresses:
    192.168.0.1 · 192.168.1.1 · 10.0.0.1
  2. Log in with your admin credentials (check the sticker on your router if unsure).
  3. Find the DNS, DHCP, or Internet/WAN settings page.
  4. Replace the DNS server fields with:
    Primary: 94.140.14.14
    Secondary: 94.140.15.15
  5. Save the settings and reboot the router.

Popular Router Brands

Tip: After changing router DNS, restart connected devices (or toggle their Wi-Fi off and on) so they pick up the new DNS servers via DHCP.

🌍 Browser-Only Setup

If you cannot change system or router DNS, you can configure DNS-over-HTTPS directly in your browser. This only protects browsing in that specific browser.

Google Chrome

  1. Go to chrome://settings/security.
  2. Scroll to Use secure DNS and enable it.
  3. Select With: Custom.
  4. Enter: https://dns.adguard-dns.com/dns-query

Mozilla Firefox

  1. Go to about:preferences → scroll to Network Settings → click Settings.
  2. Scroll to Enable DNS over HTTPS and check the box.
  3. Select Custom provider and enter:
    https://dns.adguard-dns.com/dns-query
  4. Click OK.

Microsoft Edge

  1. Go to edge://settings/privacy.
  2. Scroll to Security → enable Use secure DNS.
  3. Select Choose a service provider and enter:
    https://dns.adguard-dns.com/dns-query

Brave

  1. Go to brave://settings/security.
  2. Enable Use secure DNS.
  3. Select Custom and enter:
    https://dns.adguard-dns.com/dns-query

Safari (macOS)

Safari does not have a built-in DoH setting. Use the macOS DNS Configuration Profile method instead, which covers Safari and all other apps.

📺 Smart TVs & Streaming Devices

Samsung Smart TV

  1. Go to Settings → General → Network → Network Status → IP Settings.
  2. Set DNS Setting to Enter manually.
  3. Enter: 94.140.14.14
  4. Press OK and restart the TV.

LG Smart TV (webOS)

  1. Go to Settings → Network → Wi-Fi Connection → Advanced Wi-Fi Settings.
  2. Uncheck Set Automatically.
  3. Change the DNS server to: 94.140.14.14
  4. Tap Connect.

Amazon Fire TV / Fire Stick

  1. Go to Settings → Network. Select your Wi-Fi and press the ☰ (menu) button.
  2. Select Forget Network, then reconnect.
  3. On the Advanced screen, set IP to Static.
  4. Enter DNS 1: 94.140.14.14, DNS 2: 94.140.15.15
  5. Fill in IP, Gateway, and Prefix Length from your previous settings, then connect.

Apple TV

  1. Go to Settings → Network → Wi-Fi → your network.
  2. Select Configure DNS → Manual.
  3. Enter: 94.140.14.14
  4. Go back and confirm.

Game Consoles (PlayStation, Xbox, Nintendo Switch)

Game consoles also support custom DNS:

Enter primary 94.140.14.14 and secondary 94.140.15.15 on all consoles.

Best approach for all devices: Configure DNS on your router instead. This automatically protects every device on your network without individual setup.

Verify It's Working

After setup, confirm that AdGuard DNS is active:

  1. Open your browser and visit adguard.com/test.
  2. The page will show whether you are using AdGuard DNS.
  3. Visit Phi5ive and enjoy ad-free streaming!

🔧 Troubleshooting