Skip to content

Conversation

@HalNoDaifuku
Copy link

@HalNoDaifuku
Copy link
Author

The README.md says wildcards, but the config.json uses wildcard.
Should I change it to wildcard?

Copy link
Contributor

@ignoramous ignoramous left a comment

Choose a reason for hiding this comment

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

Thanks. I am inclined to add these new ones.

Comment on lines +1894 to +1975
"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]
},
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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants