1
0
mirror of https://github.com/DNSCrypt/dnscrypt-proxy.git synced 2025-01-03 01:09:32 +01:00
This commit is contained in:
Frank Denis 2018-04-07 23:27:57 +02:00
parent fcdf7d7e55
commit 10baa245b2

View File

@ -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]