-
-
Notifications
You must be signed in to change notification settings - Fork 243
Closed as not planned
Labels
Description
Recently I've added a few converted AGH lists to Blocky (v0.23
) and hub.docker.com
started to being blocked.
I have blocking request BLOCKED CNAME (ads)
, but there is no link to the rule, which is the cause. I had to bisect my lists. It was dandelion_sprouts_anti_malware_list
. But it doesn't contain docker
, dckr
, elb.us-east-1.amazonaws.com
.
It would be great if the rule is showed in the logs:
DEBUG blacklist_resolver: blocking request 'BLOCKED CNAME (ads: *.docler.com)'
INFO queryLog: query resolved ... question_name=hub.docker.com. question_type=A response_code=NXDOMAIN response_reason=BLOCKED CNAME (ads) block_rule=*.docler.com response_type=BLOCKED
or even point to the list and rule number:
DEBUG blacklist_resolver: blocking request 'BLOCKED CNAME (ads: anti_malware_list:100500)'
INFO queryLog: query resolved ... question_name=hub.docker.com. question_type=A response_code=NXDOMAIN response_reason=BLOCKED CNAME (ads) block_rule=anti_malware_list:100500 response_type=BLOCKED
Problem are getting worse, if we use a bunch of regex rules, I think.
Searched how lists are processed, found #558. So, this is duplicate and probably should be closed.