Skip to content

Verify Your Setup

After setting up QuietNet DNS, it's important to verify that everything is working correctly. This guide provides several methods to confirm your DNS configuration is properly filtering content.

Quick Verification

Check Your Dashboard

The simplest verification method is to check your QuietNet dashboard:

  1. Log in to your QuietNet dashboard
  2. Look at the Statistics section
  3. If you see queries being counted and ads being blocked, your setup is working

Visit an Ad-Heavy Website

Visit a website known to have multiple ads:

  1. Open a news site or another ad-supported website
  2. If you notice fewer or no ads compared to before, your setup is likely working
  3. Try multiple sites to confirm this behavior

Testing Ad Blocking

Online Ad Block Test

Use an online tool to verify ad blocking effectiveness:

  1. Visit D3Ward's AdBlock Test
  2. The test will check if your connection blocks various ad networks
  3. A score of 80% or higher indicates good ad blocking

Before/After Comparison

Compare the same website with and without QuietNet:

  1. Take a screenshot of a website with your normal DNS
  2. Set up QuietNet DNS
  3. Clear your browser cache (important!)
  4. Take another screenshot of the same website
  5. Compare the two screenshots to see the difference

Testing DNS Encryption

Verify DNS over HTTPS (DoH)

If you're using DoH, verify it's working:

  1. Visit Cloudflare's Encrypted DNS check
  2. The "Using DNS over HTTPS" section should show "Yes"
  3. Or visit DNS leak test and run the standard test

Verify DNS over TLS (DoT)

For DoT verification:

On Linux:

# Using dig with +tls flag
dig +tls @103.107.50.10 example.com

# Or using kdig
kdig -d @103.107.50.10 +tls example.com

On macOS/Windows:

Use a tool like DNS Leak Test and check if your DNS server matches QuietNet's IP address.

Testing Different Blocklists

Testing Specific Blocklist Categories

To verify different blocklist categories:

Ads Blocking Test

Visit an ad-heavy site like a news website.

Tracker Blocking Test

Use the EFF's Cover Your Tracks tool.

Malware Blocking Test

Visit AMTSO's feature check page (don't worry, these are safe test pages).

Adult Content Blocking Test

Try accessing a known adult website (if you have this blocklist enabled).

Technical Verification

Check Your DNS Settings

Verify your device is using QuietNet DNS:

Windows:

ipconfig /all
Look for DNS Servers in the output.

macOS/Linux:

cat /etc/resolv.conf
Check the nameserver entries.

DNS Lookup Test

Perform a DNS lookup for a known blocked domain:

Windows:

nslookup doubleclick.net

macOS/Linux:

dig doubleclick.net

If the domain is blocked, you'll typically see a response pointing to a local or blocking address (like 0.0.0.0 or 127.0.0.1).

Troubleshooting Common Issues

Not Seeing Blocked Content

If content isn't being blocked:

  1. Verify your DNS settings are correct
  2. Check that you've saved your blocklist preferences
  3. Try clearing your browser cache
  4. Disable any VPNs or proxy services temporarily
  5. Check if your device has DNS settings that override your network settings

Too Much Content Being Blocked

If legitimate content is being blocked:

  1. Review your enabled blocklists and disable overly aggressive categories
  2. Add specific domains to your allowlist in the Custom Domains section
  3. Temporarily disable QuietNet to verify it's causing the issue

No Queries Showing in Dashboard

If your dashboard shows no activity:

  1. Make sure you're logged into the correct account
  2. Verify your DNS settings are using your personal QuietNet URL/token
  3. Check if your network is blocking custom DNS (some public Wi-Fi does this)
  4. Try accessing some websites to generate DNS queries

Next Steps

Once you've verified your setup is working:

  1. Configure your blocklists to match your preferences
  2. Consider setting up QuietNet at the router level for network-wide protection
  3. Set up QuietNet on your other devices