Last active
June 17, 2026 11:27
-
-
Save neoighodaro/cde1381918bff944e60ba1dd068ba275 to your computer and use it in GitHub Desktop.
adlist-suggestions.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "version": 1, | |
| "recommendations": [ | |
| { | |
| "id": "hagezi-light", | |
| "name": "HaGeZi Multi LIGHT", | |
| "url": "https://gitlab.com/hagezi/mirror/-/raw/main/dns-blocklists/hosts/light.txt", | |
| "type": "block", | |
| "category": "Recommended", | |
| "source": "HaGeZi", | |
| "description": "Lightweight ad, tracker and badware blocking. Best for low-end setups and the fewest false positives." | |
| }, | |
| { | |
| "id": "hagezi-multi", | |
| "name": "HaGeZi Multi NORMAL", | |
| "url": "https://gitlab.com/hagezi/mirror/-/raw/main/dns-blocklists/hosts/multi.txt", | |
| "type": "block", | |
| "category": "Recommended", | |
| "source": "HaGeZi", | |
| "description": "Balanced protection. A solid default for most users." | |
| }, | |
| { | |
| "id": "hagezi-pro", | |
| "name": "HaGeZi Multi PRO", | |
| "url": "https://gitlab.com/hagezi/mirror/-/raw/main/dns-blocklists/hosts/pro.txt", | |
| "type": "block", | |
| "category": "Recommended", | |
| "source": "HaGeZi", | |
| "description": "Stronger coverage for experienced users." | |
| }, | |
| { | |
| "id": "stevenblack-unified", | |
| "name": "StevenBlack Unified", | |
| "url": "https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts", | |
| "type": "block", | |
| "category": "Recommended", | |
| "source": "StevenBlack", | |
| "description": "The classic unified hosts baseline." | |
| }, | |
| { | |
| "id": "firebog-adguard", | |
| "name": "AdGuard DNS", | |
| "url": "https://v.firebog.net/hosts/AdguardDNS.txt", | |
| "type": "block", | |
| "category": "Advertising", | |
| "source": "Firebog", | |
| "description": "AdGuard's DNS ad filter." | |
| }, | |
| { | |
| "id": "adaway", | |
| "name": "AdAway", | |
| "url": "https://adaway.org/hosts.txt", | |
| "type": "block", | |
| "category": "Advertising", | |
| "source": "AdAway", | |
| "description": "Mobile ad blocking, well maintained." | |
| }, | |
| { | |
| "id": "hagezi-native-apple", | |
| "name": "HaGeZi Native Tracker (Apple)", | |
| "url": "https://gitlab.com/hagezi/mirror/-/raw/main/dns-blocklists/hosts/native.apple.txt", | |
| "type": "block", | |
| "category": "Tracking", | |
| "source": "HaGeZi", | |
| "description": "Blocks Apple OS-level telemetry domains." | |
| }, | |
| { | |
| "id": "perflyst-android", | |
| "name": "Android Tracking", | |
| "url": "https://raw.githubusercontent.com/Perflyst/PiHoleBlocklist/master/android-tracking.txt", | |
| "type": "block", | |
| "category": "Tracking", | |
| "source": "Perflyst", | |
| "description": "Android device tracker domains." | |
| }, | |
| { | |
| "id": "hagezi-tif", | |
| "name": "HaGeZi Threat Intelligence", | |
| "url": "https://gitlab.com/hagezi/mirror/-/raw/main/dns-blocklists/hosts/tif.txt", | |
| "type": "block", | |
| "category": "Security", | |
| "source": "HaGeZi", | |
| "description": "Malware, phishing, scam and fraud domains." | |
| }, | |
| { | |
| "id": "phishing-army", | |
| "name": "Phishing Army (Extended)", | |
| "url": "https://phishing.army/download/phishing_army_blocklist_extended.txt", | |
| "type": "block", | |
| "category": "Security", | |
| "source": "Phishing Army", | |
| "description": "Anti-phishing blocklist." | |
| }, | |
| { | |
| "id": "perflyst-smarttv", | |
| "name": "Smart TV", | |
| "url": "https://raw.githubusercontent.com/Perflyst/PiHoleBlocklist/master/SmartTV.txt", | |
| "type": "block", | |
| "category": "Smart TV", | |
| "source": "Perflyst", | |
| "description": "Smart-TV tracker and ad domains." | |
| }, | |
| { | |
| "id": "anudeep-allow", | |
| "name": "anudeepND Allowlist", | |
| "url": "https://raw.githubusercontent.com/anudeepND/whitelist/master/domains/whitelist.txt", | |
| "type": "allow", | |
| "category": "Allowlist", | |
| "source": "anudeepND", | |
| "description": "Common false-positive fixes for banking, shopping and more." | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment