Failed on DNSSEC check, EDNS Client Subnet (ECS) problem #2741
-
Hello, I changed the below: I also changed the the below: Checking Tool: dnscheck.tools After using entry 127.0.0.1, the results from dnscheck.tools included as below: From the search on the internet, it says as below: Since ECS reveals some information about the user's location, privacy concerns exist regarding the potential for tracking and profiling based on DNS queries. The results also included a message that it was not able to perform the DNSSEC. The check for 127.0.0.1 according to https://github.com/DNSCrypt/dnscrypt-proxy/wiki/Checking worked. So wanting to have DNSSEC pass the check and not wanting to see the message 'Your DNS resolvers specify your IP subnet (ECS):', I used 'nameserver 1.1.1.1' instead. To do the check I stopped and paused the proxy and ran dnscheck.tools for 1.1.1.1, and it was able to resolve DNS names. So my questions are: |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
This doesn't configure the DNS you will be using. It fact, if the intent is to use Cloudflare, you should put IP addresses that are not part of Cloudflare network. Take the time to read the documentation, especially https://github.com/DNSCrypt/dnscrypt-proxy/wiki/Configuration |
Beta Was this translation helpful? Give feedback.
-
This works https://github.com/DNSCrypt/dnscrypt-proxy/wiki/Configuration-Sources The problem now is the message 'Your DNS resolvers specify your IP subnet (ECS)'; it is still there. It lists the message and below that, it lists my ISP name and country and then below that it lists the subnet IP address as nnn.nn.nnn.0/24: Is there a way to control and prevent this from getting around or delete whatever the settings are? |
Beta Was this translation helpful? Give feedback.
-
ECS is the behavior of a DNS resolver, according the explanation from https://medium.com/nextdns/how-we-made-dns-both-fast-and-private-with-ecs-4970d70401e5 .
"No ECS" Vs "getting a nearby IP", you can not have both at the same time, in theory. |
Beta Was this translation helpful? Give feedback.
ECS is the behavior of a DNS resolver, according the explanation from https://medium.com/nextdns/how-we-made-dns-both-fast-and-private-with-ecs-4970d70401e5 .
CHAOS
query method to test it. For example, if you use "adguard-dns-unfiltered", it will have ECS.dnscrypt-proxy/dnscrypt-proxy/example-dnscrypt-proxy.toml
Lines 134 to 139 in 57c6993