mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-03-04 02:14:40 +01:00
Improve comment
This commit is contained in:
parent
3b75a4c6ac
commit
0ba23128cc
1 changed files with 4 additions and 3 deletions
|
@ -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]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue