diff --git a/dnscrypt-proxy/example-dnscrypt-proxy.toml b/dnscrypt-proxy/example-dnscrypt-proxy.toml index a2412672..9bb4819a 100644 --- a/dnscrypt-proxy/example-dnscrypt-proxy.toml +++ b/dnscrypt-proxy/example-dnscrypt-proxy.toml @@ -221,11 +221,12 @@ cert_refresh_delay = 240 ## 52393 = TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305 ## ## On non-Intel CPUs such as MIPS routers and ARM systems (Android, Raspberry Pi...), -## the following suite improves performance. +## uncommenting the following line may improve performance. ## This may also help on Intel CPUs running 32-bit operating systems. -## However, this can cause issues fetching sources or connecting to some HTTP servers. +## However, this can cause issues fetching sources or connecting to some HTTP servers, +## and should not be set on regular CPUs. ## -## Keep tls_cipher_suite undefined to let the app automatically choose secure parameters +## Keep tls_cipher_suite undefined to let the app automatically choose secure parameters. # tls_cipher_suite = [52392, 49199]