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

Parsing Errors (domains.list) #55

Closed ghost closed 3 years ago

ghost commented 3 years ago

@ACodingGenie commented on Jan 12, 2021, 2:39 AM UTC:

The following cannot be parsed as they are either just words or domains that end in a period. For the words I have listed the domains around them also to make them easier to search. Might be present in the other list files also.

... aczsz.000webhostapp.com aczvrifasi.000webhostapp.com ad # word ad-ab-1.tagdelivery.com ad-ace.doubleclick.net ...

asan-unes.firebaseapp.com. # Ends in period

... bdx.superpools.online bdyhvguiq.com be # word be-betterpower.com be-dramapassion.a.videoplaza.tv ...

... bestwsxzsa30.club beszachange.net bet # word bet-52.com bet-at-home.com ...

... domainpark.sitelutions.com domainplayersclub.com domains # word domains.hiveon.net domains.node.hiveon.net ...

... fqvkntefmd.com fqzyw7rz.micpn.com fr # word fr-advertstream.a.videoplaza.tv fr-advertstream.videoplaza.tv ...

... groundtruth.com groundzeroevent.com group # word group-digital.slgnt.eu ...

hantansouloire.com. # Ends in period

... imzahagents.com imzuoqkrzrjw.com in # word in-appadvertising.com in-automate.sendinblue.com ...

... mtzenhigqg.com mtzszlpypbxjm.com mu # word mu-ax-n.lemnisk.co mu-ax-s.lemnisk.co ...

Thanks.

This issue was moved by funilrys from Ultimate-Hosts-Blacklist/Ultimate.Hosts.Blacklist#600.

ghost commented 3 years ago

@spirillen commented on Jan 12, 2021, 8:24 AM UTC:

Hmm they are actually all valid TLD's.... and if they comes from a wildcard/RPZ list they would be valid 😄

there is nothing like

*.ads    CNAME .
*.google    CNAME .
ghost commented 3 years ago

@ACodingGenie commented on Jan 12, 2021, 8:38 AM UTC:

Oh alright. Something like a Pi-hole or a domain based adblocker can't really use these tho right since it wouldn't know what they are?

ghost commented 3 years ago

@rusty-snake commented on Jan 12, 2021, 4:33 PM UTC:

domains that end in a period …

… are just FQDNs and can be used for funny things.

they are actually all valid TLD's.

yes, but Ultimate-Hosts-Blacklist/whitelist#157

ghost commented 3 years ago

@spirillen commented on Jan 12, 2021, 7:07 PM UTC:

Yep all domains do actually end with a . DOT`(The root domain) it just hidden in most operations and the appended by the software

ghost commented 3 years ago

@ACodingGenie commented on Jan 12, 2021, 8:18 PM UTC:

The more you know.

funilrys commented 3 years ago

Note to self: Take this into consideration in the next version of the launcher.

funilrys commented 3 years ago

For information @ACodingGenie the . in interpreted correctly by PyFunceble the underlying tool that is testing and using that domains.list file.

But if it is a disturbance, I'm going to remove them from all deployed (central repository) files.

Let me know your opinion even after the closing of this.

ACodingGenie commented 3 years ago

Gotcha. It doesn't make much difference to me as the software that I use (PfblockerNG in Pfsense) won't utilize the domains that it can't parse but I thought I'd yet you all know that it displays them as non-parseable just so that others who may utilize your list aren't seeing the same entries filling up their error logs. So, its fine either way just for me but it may be beneficial to remove them since they are of no use in something like PfBlockerNG. Thanks!

dnmTX commented 3 years ago

So, its fine either way just for me but it may be beneficial to remove them since they are of no use in something like PfBlockerNG. Thanks!

THIS ☝️

funilrys commented 3 years ago

Great, I will remove all trailing . then. I'm working on the new launcher right now.