From 0ba23128cc7e448c6b09685f14db4ce180a38c58 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Sun, 26 Jan 2025 23:28:21 +0100 Subject: [PATCH] Improve comment --- dnscrypt-proxy/example-dnscrypt-proxy.toml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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]