AdGuard-Home-List
AdGuard-Home-List copied to clipboard
Varied and carefully selected filter lists and consolidates for use in AdGuard Home.
AdGuard Home - List
Varied and carefully selected filter lists and consolidates for use in AdGuard Home. (Updated every day at 4 AM)
-
AdGuard Home - List
- How to use this project
- Custom List Provider
-
External List Provider
-
Contains
- Services
- Community
- AllowList
-
Contains
- DNS Providers
- Local
How to use this project
Once you have AdGuard Home ready and are logged in, use its main menu to add one blocklist and one allowlist.
# BlockList
https://raw.githubusercontent.com/Ealenn/AdGuard-Home-List/gh-pages/AdGuard-Home-List.Block.txt
# AllowList
https://raw.githubusercontent.com/Ealenn/AdGuard-Home-List/gh-pages/AdGuard-Home-List.Allow.txt
Custom List Provider
The folders allowlist/custom/*
and blocklist/custom/*
contains all custom lists.
External List Provider
The external providers are configured in files named like this : {TYPE}.external.{FORMAT}.list
allowlist/
├── custom/
│ ├── *
| | └── *.txt
│ └── *
| └── *.txt
├── external/
│ └── allowlist.external.adguard.list
│ └── allowlist.external.hosts.list
│ └── allowlist.external.pihole.list
blocklist/
├── custom/
│ ├── *
| | └── *.txt
│ └── *
| └── *.txt
├── external/
│ └── blocklist.external.adguard.list
│ └── blocklist.external.hosts.list
│ └── blocklist.external.pihole.list
The *.list file contains the urls of the external lists to add.
These lists are downloaded, cleaned and combined during a release.
Contains
Services
- AdGuardSDNSFilter/Filters
-
AdguardTeam/cname-trackers
- Adaway
- Yoyo.org
- firebog.net
- disconnect.me
- phishing.army
- oisd
Community
- Curben Urlhaus Filter
- frogeye.fr
- winhelp2002.mvps.org
-
Hosts.extras
-
StevenBlack/hosts
-
anudeepND/blacklist
-
notracking/hosts-blocklists
-
Yhonay/antipopads
-
mitchellkrogza/The-Big-List-of-Hacked-Malware-Web-Sites
-
blocklistproject/Lists
-
Spam404/lists
-
Perflyst/PiHoleBlocklist
-
hectorm/hblock
-
kaythomas0/CryptoScamDB-Lists
-
durablenapkin/scamblocklist
-
elliotwutingfeng/GlobalAntiScamOrg-blocklist
-
Dogino/Discord-Phishing-URLs
AllowList
-
anudeepND/whitelist
-
hl2guide/AdGuard-Home-Whitelist
(Only selected lists)
DNS Providers
# AdGuard
94.140.14.14
94.140.15.15
https://dns.adguard.com/dns-query
tls://dns.adguard.com
# Google
8.8.8.8
8.8.4.4
https://dns.google/dns-query
tls://dns.google
# Cisco OpenDNS
208.67.222.222
208.67.220.220
https://doh.opendns.com/dns-query
# Cloudflare DNS
1.1.1.1
1.0.0.1
https://dns.cloudflare.com/dns-query
tls://1.1.1.1
# Dyn DNS
216.146.35.35
216.146.36.36
Local
node ./modules/guard-cli/dist/main.js generate \
--name AdGuard-Home-List.Allow.txt \
--badge badge-allow.json \
--external ./allowlist/external \
--custom ./allowlist/custom \
--concatExternal ./allowlist/concat \
--convertToAllow \
--debug \
--output ./dist
node ./modules/guard-cli/dist/main.js generate \
--name AdGuard-Home-List.Block.txt \
--badge badge-block.json \
--external ./blocklist/external \
--custom ./blocklist/custom \
--concatExternal ./blocklist/concat \
--debug \
--output ./dist