We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcdf7d7 commit 10baa24Copy full SHA for 10baa24
dnscrypt-proxy/example-dnscrypt-proxy.toml
@@ -121,7 +121,8 @@ cert_refresh_delay = 240
121
## 52392 = TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305
122
## 52393 = TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305
123
##
124
-## 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,
125
+## the following suite may improve performance.
126
## Everybody else should not set this parameter, and just use the default suite.
127
128
# tls_cipher_suite = [52392, 49199]
0 commit comments