documentation in example-blocked-names.txt #2787
Philippe-Cmoi
started this conversation in
Ideas
Replies: 1 comment 3 replies
-
In addition to the documentation, the
which seem to match the two examples you gave. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
The file example-blocked-names.txt states :
but this is not completly true when the query concern a CNAME.
For example, this filter in the blocklist :
facebook.*
block queries for facebook.com but not queries for www.facebook.com or connect.facebook.net :
$ host facebook.com
facebook.com host information "This query has been locally blocked" "by dnscrypt-proxy"
$ host www.facebook.com
www.facebook.com is an alias for star-mini.c10r.facebook.com.
star-mini.c10r.facebook.com has address 157.240.14.35
$ host connect.facebook.net
connect.facebook.net is an alias for scontent.xx.fbcdn.net.
scontent.xx.fbcdn.net has address 31.13.69.13
This filter (in the blocklist) :
*.facebook.*
block queries for both facebook.com, www.facebook.com and connect.facebook.net.
If I understand correctly, this is the intented operation. But example-blocked-names.txt could be more precise.
Anyway... thanks for dnscrypt-proxy, it is really super useful.
Beta Was this translation helpful? Give feedback.
All reactions