From 10baa245b2895a9920a15c1602c7dfdc349e026f Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Sat, 7 Apr 2018 23:27:57 +0200 Subject: [PATCH] Clarify --- dnscrypt-proxy/example-dnscrypt-proxy.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dnscrypt-proxy/example-dnscrypt-proxy.toml b/dnscrypt-proxy/example-dnscrypt-proxy.toml index 5882c640..3d7bba95 100644 --- a/dnscrypt-proxy/example-dnscrypt-proxy.toml +++ b/dnscrypt-proxy/example-dnscrypt-proxy.toml @@ -121,7 +121,8 @@ cert_refresh_delay = 240 ## 52392 = TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305 ## 52393 = TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305 ## -## On non-Intel systems such as Raspberry Pi and other ARM systems, the following is recommended +## On non-Intel systems such as Raspberry Pi and other ARM systems, +## the following suite may improve performance. ## Everybody else should not set this parameter, and just use the default suite. # tls_cipher_suite = [52392, 49199]