Is it necessary to block HTTPS records for the Plugin Block Unqualified? #2153
msoxzw
started this conversation in
Potential issues
Replies: 1 comment 1 reply
-
That doesn't block
Unqualified means: dnscrypt-proxy/dnscrypt-proxy/example-dnscrypt-proxy.toml Lines 320 to 322 in 8e46f44 For example: "cloudflare" without ".com" which is not a legal internet domain name, and those random strings Chrome used to query in the past. Append: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, the Plugin Block Unqualified blocks A and AAAA records:
dnscrypt-proxy/dnscrypt-proxy/plugin_block_unqualified.go
Lines 34 to 36 in 8e46f44
As more and more browsers and operating systems request HTTPS records, should the Plugin Block Unqualified also block this record type?
Beta Was this translation helpful? Give feedback.
All reactions