This commit is contained in:
Frank Denis 2018-04-07 23:27:57 +02:00
parent fcdf7d7e55
commit 10baa245b2
1 changed files with 2 additions and 1 deletions

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]