-
I can't manage to completely block sentry.io domain even with .sentry. as show below. Any suggestion? |
Beta Was this translation helpful? Give feedback.
Replies: 7 comments 11 replies
-
By my test on Windows:
|
Beta Was this translation helpful? Give feedback.
-
Thanks for the reply. The syntax is correct, everything is working perfectly here a part for sentry.io block. A screenshot of my blocked-names.txt is better: This is my full .toml config as request. Thank you for the help. Really appreciated. |
Beta Was this translation helpful? Give feedback.
-
After reading dnscrypt-proxy/dnscrypt-proxy/plugin_block_name.go Lines 95 to 122 in eda8dd5 and https://github.com/DNSCrypt/dnscrypt-proxy/blob/eda8dd51817cb82fc32d42e18c50d667c4b9f6a8/dnscrypt-proxy/pattern_matcher.go It seems only |
Beta Was this translation helpful? Give feedback.
-
Yes I know. I only added later sentry.io HTTPS in the blocked-names.txt as showed in the log just because the correct pattern asterisk.sentry.asterisk doesn't work. Note that only for this domain this pattern doesn't work. For other hundreds domain this and all other patterns works perfectly. |
Beta Was this translation helpful? Give feedback.
-
Check that all characters are correct, thank you don't have a Also check that it's not overridden by a rule in the allow list. Or share the actual block file, since screenshots are not very helpful to reproduce this. |
Beta Was this translation helpful? Give feedback.
-
Hi! |
Beta Was this translation helpful? Give feedback.
-
livingentity, jedisct1, Anyway I just realised that this happen only on Big Sur. On Mojave is fine but I think only because there is not app in my Mojave that trigger the sentry.io DNS call. I suspect is the LuLu firewall requesting the connection but the issue still remains as should block it anyway fully and not partially as the log show. |
Beta Was this translation helpful? Give feedback.
Hi!
Am I missing something? From the code it seems like the asterisks are trimmed and then it is checked if "sentry.io" contains ".sentry." which it doesn't. So everything seems to work as expected.