Ultimate-Hosts-Blacklist / dev-center

The place to talk about our infrastructure or everything related to the Ultimate Hosts Blacklist project.
MIT License
11 stars 2 forks source link

[BUG] example.org #49

Closed ghost closed 4 years ago

ghost commented 4 years ago

@spirillen commented on Jun 12, 2020, 12:37 PM UTC:

Describe the subjects (domains) This issue concerns the

domains/domains0.list
domains/domains1.list
https://hosts.ubuntu101.co.za/domains.list

These are domain list, but they contain a lot of IPv4 address and they starts with ://IPv4

wget -qO- 'https://hosts.ubuntu101.co.za/domains.list' | grep '://'

Example output

://94.142.128.0/22
://94.154.112.0/20
://94.247.136.0/21
://95.130.224.0/21
://95.181.176.0/23
://95.181.182.0/23
://95.181.216.0/23
://95.181.219.0/24
://95.85.80.0/23
://://www.bit.ly/38tqwJT
://blog.goo.ne.jp/orochima/
://freeiv.pixnet.net/blog
grep -E "^\://[0-9]" hosts.ubuntu101.co.za.tmp | wc -l
2185

This is an issue which I currently trying to do a workaround to on the Response Policy Zone (RPZ) output which i works on here https://gitlab.com/my-privacy-dns/rpz-dns-firewall-tools/bind-9/-/blob/master/rpz_import.sh#L42-82 You are welcome to contribute at any time 😃 🇩🇪 🇩🇰

Ping funilrys AnonymousPoster

This issue was moved by funilrys from mitchellkrogza/Ultimate.Hosts.Blacklist#585.

funilrys commented 4 years ago

Note: Underlying bug was found and fixed yesterday.

Until the result of the fix comes to the central repository it may take some time.

I will look into a temporary solution once back to my computer.

spirillen commented 4 years ago

Sounds great :tiger:

funilrys commented 4 years ago

For the record:

$ wget -qO- 'https://hosts.ubuntu101.co.za/domains.list' | grep -i ':'
://://www.bit.ly/38tqwJT
://://www.bit.ly/38tqwJT

That meant the issue is globally solved except for the list which contains that line.