LocalNode
How it worksDemoAppsPricingFAQShop now
← All guides
Home/Community/Whitelisting Sites in AdGuard Home

Whitelisting Sites in AdGuard Home

AdGuard
Beginner
5 min read
Published: May 7, 2026

Was this helpful?

Help us improve our community guides.

In this guide

  • Overview
  • Step 1: Identifying the blocked domain
  • Step 2: Unblocking (Whitelisting)
  • Handling Google Shopping links
  • Next Steps

Need direct help?

LocalNode Care Plan members get priority remote support.

Email Support →

More in AdGuard

AdGuard Home Parental Controls

AdGuard Home Parental Controls — Step-by-step guide for your LocalNode.

5 min read

AdGuard Home vs Pi-hole: Why We Chose AdGuard

AdGuard Home vs Pi-hole: Why We Chose AdGuard — Step-by-step guide for your LocalNode.

5 min read

Complete AdGuard Home Setup Guide

Complete AdGuard Home Setup Guide — Step-by-step guide for your LocalNode.

5 min read
LocalNode

Plug-and-play home server. Your data, your hardware, your rules.

Product

How it worksDemoAppsCommunityPricingFAQ

Support

ContactShipping & ReturnsTrack Order

Legal

Privacy PolicyTerms of ServiceShipping Policy
© 2026 LocalNode. Built for people who value their privacy.Denton, TX · hello@localnode.tech

Because AdGuard Home is so effective, it will occasionally block a tracker that a legitimate website relies on to function. When this happens, you need to "whitelist" the domain so traffic can flow again.

Overview

If you click a link and your browser says "Server Not Found" or "DNS_PROBE_FINISHED_NXDOMAIN", and it only happens when you are on your home Wi-Fi, AdGuard is doing its job. You just need to tell it to make an exception.

Step 1: Identifying the blocked domain

The hardest part is figuring out exactly which invisible background URL was blocked. AdGuard's Query Log makes this easy.

  1. Try to load the broken website or app on your phone.
  2. Immediately log into the AdGuard Home dashboard on your computer.
  3. Click on Query Log in the top menu.
  4. You will see a live, second-by-second list of every website your network is trying to access.
  5. Look for the entries highlighted in red with a "Blocked" status. The timestamp should perfectly match when you tried to load the app.
  6. You will usually see a URL that looks like a tracking server, e.g., api.segment.io or metrics.hulu.com.
AdGuard Home filtering documentation excerpt; query log entries appear under the Query Log section of the UI.
AdGuard Home documentation diagram (AdguardTeam/AdGuardHome, GPL-3.0).

💡 Tip: If your network is very busy, you can use the search bar at the top of the Query Log to filter by the IP address of the device that is having the issue.

Step 2: Unblocking (Whitelisting)

Once you spot the blocked domain causing the issue, you can unblock it instantly.

  1. Hover your mouse over the red blocked entry in the Query Log.
  2. A button labeled Unblock will appear. Click it.
  3. Try loading the website or app on your device again. It should work immediately.

If you prefer to manage your whitelist manually, you can go to Filters > Custom filtering rules. The "Unblock" button simply adds a line here with @@ in front of it (e.g., @@||metrics.hulu.com^).

Handling Google Shopping links

The most common complaint with network-wide ad-blocking is that clicking the sponsored "Shopping" links at the top of Google search results results in a blocked page.

This happens because Google Shopping links route through googleadservices.com to track the click before redirecting you to Target or Amazon.

If you want Google Shopping to work:

  1. Go to Filters > Custom filtering rules.
  2. Type this exactly: @@||www.googleadservices.com^
  3. Click Apply.

⚠️ Warning: Whitelisting googleadservices.com will allow Google to track your clicks on sponsored links. You are trading a bit of privacy for the convenience of using Google Shopping.

Next Steps

  • Finding blocklists with fewer false positives

Need help? Email hello@localnode.tech or visit localnode.tech/contact.