Skip to content

config: Add all of HaGeZi #183

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
112 changes: 108 additions & 4 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -1598,8 +1598,10 @@
"vname": "Samsung",
"group": "Privacy",
"subg": "NativeTracking",
"format": "domains",
"url": "https://raw.githubusercontent.com/nextdns/native-tracking-domains/main/domains/samsung",
"format": ["domains", "wildcard"],
"url": [
"https://raw.githubusercontent.com/nextdns/native-tracking-domains/main/domains/samsung",
"https://raw.githubusercontent.com/hagezi/dns-blocklists/main/wildcard/native.samsung.txt"],
"pack": [],
"level": []
},
Expand Down Expand Up @@ -1627,10 +1629,11 @@
"vname": "Xiaomi",
"group": "Privacy",
"subg": "NativeTracking",
"format": ["domains", "domains"],
"format": ["domains", "domains", "wildcard"],
"url": [
"https://raw.githubusercontent.com/nextdns/native-tracking-domains/main/domains/xiaomi",
"https://github.com/unknownFalleN/xiaomi-dns-blocklist/blob/master/xiaomi_dns_block.lst"],
"https://github.com/unknownFalleN/xiaomi-dns-blocklist/blob/master/xiaomi_dns_block.lst",
"https://raw.githubusercontent.com/hagezi/dns-blocklists/main/wildcard/native.xiaomi.txt"],
"pack": [],
"level": []
},
Expand Down Expand Up @@ -1886,6 +1889,107 @@
"https://raw.githubusercontent.com/tim-hub/tiny-cn-blocklist-replenish/master/others.txt"],
"pack": ["liteprivacy", "gambling"],
"level": [0, 1]
},
{
"vname": "Fake (HaGeZi)",
"group": "Security",
"subg": "HaGeZi",
"format": "wildcards",
"url": "https://raw.githubusercontent.com/hagezi/dns-blocklists/main/wildcard/fake.txt",
"pack": ["scams & phishing"],
"level": [2]
},
{
"vname": "Pop-Up Ads (HaGeZi)",
"group": "Privacy",
"subg": "HaGeZi",
"format": "wildcards",
"url": "https://raw.githubusercontent.com/hagezi/dns-blocklists/main/wildcard/popupads.txt",
"pack": ["privacy"],
"level": [1]
},
{
"vname": "Safesearch (HaGeZi)",
"group": "ParentalControl",
"subg": "HaGeZi",
"format": "wildcards",
"url": "https://raw.githubusercontent.com/hagezi/dns-blocklists/main/wildcard/nosafesearch.txt",
"pack": [],
"level": []
},
{
"vname": "Most Abused TLDs (HaGeZi)",
"group": "Security",
"subg": "HaGeZi",
"format": "abp",
"url": "https://raw.githubusercontent.com/hagezi/dns-blocklists/main/adblock/spam-tlds-adblock.txt",
"pack": ["spam"],
"level": [2]
},
{
"vname": "Anti Piracy (HaGeZi)",
"group": "ParentalControl",
"subg": "HaGeZi",
"format": "wildcards",
"url": "https://raw.githubusercontent.com/hagezi/dns-blocklists/main/wildcard/anti.piracy.txt",
"pack": ["piracy"],
"level": [1]
},
{
"vname": "Gambling (HaGeZi)",
"group": "ParentalControl",
"subg": "HaGeZi",
"format": "wildcards",
"url": "https://raw.githubusercontent.com/hagezi/dns-blocklists/main/wildcard/gambling.txt",
"pack": ["gambling"],
"level": [2]
},
{
"vname": "Amazon's Native Tracker",
"group": "Privacy",
"subg": "NativeTracking",
"format": "wildcards",
"url": "https://raw.githubusercontent.com/hagezi/dns-blocklists/main/wildcard/native.amazon.txt",
"pack": ["liteprivacy"],
"level": [0]
},
{
"vname": "TikTok's Native Tracker",
"group": "Privacy",
"subg": "NativeTracking",
"format": ["wildcards", "wildcards"],
"url": [
"https://raw.githubusercontent.com/hagezi/dns-blocklists/main/wildcard/native.tiktok.txt",
"https://raw.githubusercontent.com/hagezi/dns-blocklists/main/wildcard/native.tiktok.extended.txt"],
"pack": ["liteprivacy"],
"level": [1]
},
{
"vname": "LG webOS's Native Tracker",
"group": "Privacy",
"subg": "NativeTracking",
"format": "wildcards",
"url": "https://raw.githubusercontent.com/hagezi/dns-blocklists/main/wildcard/native.lgwebos.txt",
"pack": ["liteprivacy"],
"level": [0]
},
Comment on lines +1894 to +1975
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some of these can be merged in to existing lists.

We only add a new entry if it standsout from existing entries (like Oppo / Vivo lists, for example).

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I understand.
What about Gambling List?
Some of the existing Gambling Lists are not merged.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can't merge existing entries because of the way block "config" (we call it "blockstamp") is generated by rethinkdns.com/configure (the part the has funny looking characters in the URL which embed blocklists information), but instead merge new ones in existing ones.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry for my bad English...
Where should I merge HaGeZi's Gambling List?

Copy link
Contributor

@ignoramous ignoramous Mar 9, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't worry. It isn't your English. It is just that all of this a bit tedious to explain. I'll sort this out myself in a day or so and merge this PR. (:

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

{
"vname": "Vivo's Native Tracker",
"group": "Privacy",
"subg": "NativeTracking",
"format": "wildcards",
"url": "https://raw.githubusercontent.com/hagezi/dns-blocklists/main/wildcard/native.vivo.txt",
"pack": ["liteprivacy"],
"level": [0]
},
{
"vname": "OPPO/Realme's Native Tracker",
"group": "Privacy",
"subg": "NativeTracking",
"format": "wildcards",
"url": "https://raw.githubusercontent.com/hagezi/dns-blocklists/main/wildcard/native.oppo-realme.txt",
"pack": ["liteprivacy"],
"level": [0]
}
]
}