Skip to content

My recommendations for the ultimate AdGuard DNS Configuration :)

License

Notifications You must be signed in to change notification settings

Retold3202/adguard-dns-settings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

adguard-dns-settings

My recommendations for the ultimate AdGuard DNS Configuration :)

For AdGuard Home, see here.

NOTE: This project can be found on both Codeberg, which will act as the main & preferred way to contribute, and GitHub.

Blocklists

Off to a fun start.

Despite popular opinion, due to the reasons WaLLy3K has listed here, I think it's a good idea to use multiple lists and sources, rather than just limiting yourself to one or two giant lists. I myself constantly notice domains being blocked that were caught by only one or two lists and missed by others. I'm not saying you should go overboard, but I do think it's a good idea to use a variety of high quality lists for the best coverage possible.

I would generally recommend using the following lists:

General

  • ⭐️ AdGuard DNS filter (Enabled by default)

  • ⭐️ AdGuard DNS Popup Hosts filter

  • ⭐️ AWAvenue Ads Rule

  • ⭐️ Peter Lowe's Blocklist

  • ⭐️ Dan Pollock's List

  • ⭐️ HaGeZi's Pro++ Blocklist

  • ⭐️ OISD Blocklist Big

  • ⭐️ Steven Black's list

If you're fine with a little breakage, I would highly recommend using HaGeZi's Ultimate Blocklist instead of HaGeZi's Pro++ Blocklist.

Security

  • ⭐️ Phishing URL Blocklist

  • ⭐️ Dandelion Sprout's Anti-Malware List

  • ⭐️ HaGeZi's Badware Hoster Blocklist

  • ⭐️ HaGeZi's DynDNS Blocklist

  • ⭐️ HaGeZi's The World's Most Abused TLDs (Causes rare breakage but heavily improves security, I've seen this work in real-time, blocking scam/spam domains before they were picked up by any lists)

  • ⭐️ HaGeZi's Threat Intelligence Feeds

  • ⭐️ NoCoin Filter List

  • ⭐️ Phishing Army

  • ⭐️ Scam Blocklist by DurableNapkin

  • ⭐️ ShadowWhisperer's Malware List

  • ⭐️ Stalkerware Indicators List

  • ⭐️ The Big List of Hacked Malware Web Sites

  • ⭐️ uBlock filters - Badware risks

  • ⭐️ Malicious URL Blocklist (URLHaus)

Others

  • ⭐️ Dandelion Sprout's Anti Push Notifications

  • ⭐️ Dandelion Sprout's Game Console Adblock List

  • ⭐️ HaGeZi's Allowlist Referral (See User rules section below)

  • ⭐️ Perflyst and Dandelion Sprout's Smart-TV Blocklist

  • ⭐️ WindowsSpyBlocker - Hosts spy rules

It might seem like a lot, but these are all high quality lists with strong coverage and minimal false positives in my experience, and it generally doesn't hurt to use them like this.

Security

Block malicious, phishing, and scam domains -> ✅

Block newly registered domains -> ✅ (This will cause very rare breakage, but massively improves security)

Parental Control

Block adult websites -> ❌ (unless you want to, only putting this here since it seems to get turned on by default when Parental Control is enabled)

Safe Search -> ❌ (unless you want to, only putting this here since it seems to get turned on by default when Parental Control is enabled)

YouTube restricted mode -> ❌ (unless you want to, only putting this here since it seems to get turned on by default when Parental Control is enabled)

Blocked services and websites -> You should use this feature to your advantage and block any services that you don't use or care about. This can dramatically improve your privacy by preventing connections to them from even being made. If you use a service, don't block it, just block what you're comfortable with and works best for you.

I usually block the following:

  • Facebook

  • Instagram (Facebook)

  • LinkedIn

  • QQ

  • Rakuten Viki

  • Snapchat

  • Spotify

  • TikTok

  • Viber (Rakuten)

  • VK.com

  • WeChat

  • WhatsApp (Facebook)

User rules

First, we should go ahead and whitelist adguard-dns.io, so that we can ensure we can always access our dashboard in case of any rogue filters.

You can do this pretty easily by selecting Add new rule -> Unblock domain -> adguard-dns.io

Now, while being nice from a usability perspective, HaGeZi's Referral Allowlist and the AdGuard DNS filter list do allow some questionable ad/tracking domains we don't want unblocked.

You can select Open editor and copy and paste the following to keep them blocked:

||adservice.google.*^$important

||adsterra.com^$important

||amplitude.com^$important

||analytics.edgekey.net^$important

||analytics.twitter.com^$important

||app.adjust.*^$important

||app.*.adjust.com^$important

||app.appsflyer.com^$important

||doubleclick.net^$important

||googleadservices.com^$important

||guce.advertising.com^$important

||metric.gstatic.com^$important

||mmstat.com^$important

||statcounter.com^$important

Note that I maintain a variety of comprehensive blocklists here. Sadly you won't be able to add them to AdGuard DNS, but you may skim through them and manually block whatever you wish to.

I also maintain a comprehensive whitelist here. Sadly you won't be able to add it to AdGuard DNS, but you may skim through it and manually allow whatever you wish to.

Access settings

Block known scanners -> ✅ (Should be default)

Respond to blocked domains -> Default (Other options can cause issues)

Block Firefox canary domain -> ✅

Log IP addresses -> ❌

Account settings

Log DNS requests -> ✅ (Having logs on is important for troubleshooting breakage)

Logs retention -> Last hour

Statistics retention -> Last hour

AdGuard account settings -> Settings -> Password and 2FA -> Enable 2FA

Additional recommendations