You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just stumbled upon a blocked domain in you AdguardDNS.txt which I can't seem to find in the rules.txt of AdguardTeam/AdGuardSDNSFilter repo. Although it's in the filter.txt version linked from their README.md which I assume you're parsing to generate plain hosts list.
For some reason the web server has misconfigured TLS cert (net::ERR_CERT_COMMON_NAME_INVALID – plain lgse.com has cert for static.lgse.com) but that wouldn't be a good reason to put it on a blocklist. However, I'll leave that to Pierre to sort out.
The text was updated successfully, but these errors were encountered:
I know that that the maintainers for those lists will say that their lists aren't meant to be used in a HOSTS style blocklist, however I'm certain that I'm interpreting this correctly. If there is something to fix with how I parse these lists though, I absolutely will fix it up if I'm aware of it. 🙂
I just stumbled upon a blocked domain in you AdguardDNS.txt which I can't seem to find in the rules.txt of AdguardTeam/AdGuardSDNSFilter repo. Although it's in the filter.txt version linked from their README.md which I assume you're parsing to generate plain hosts list.
I found the domain linked in a
composer.json
file from the slimphp/Slim-Skeleton repo for one of the Slim framework authors – Pierre Berube (@l0gicgate).For some reason the web server has misconfigured TLS cert (
net::ERR_CERT_COMMON_NAME_INVALID
– plain lgse.com has cert for static.lgse.com) but that wouldn't be a good reason to put it on a blocklist. However, I'll leave that to Pierre to sort out.The text was updated successfully, but these errors were encountered: