|
# Use servers implementing the DNSCrypt protocol |
|
dnscrypt_servers = true |
|
|
|
# Use servers implementing the DNS-over-HTTPS protocol |
|
doh_servers = true |
|
|
|
# Use servers implementing the Oblivious DoH protocol |
|
odoh_servers = false |
The following _servers are not being used - when I switch one of it to false, dnscrypt-proxy still try to connect to them to perform connection test.
Steps
- Set DOH server to true, set dnscrypt server to false
- Set log level to 2
- Start dnscrypt-proxy config toml
- Look at output
Expected Result
When I set it to false, don't connect it at all.
dnscrypt-proxy/dnscrypt-proxy/example-dnscrypt-proxy.toml
Lines 68 to 75 in e7af9f2
The following _servers are not being used - when I switch one of it to false, dnscrypt-proxy still try to connect to them to perform connection test.
When I set it to false, don't connect it at all.