Skip to content

Commit 0ba2312

Browse files
committed
Improve comment
1 parent 3b75a4c commit 0ba2312

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

dnscrypt-proxy/example-dnscrypt-proxy.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -221,11 +221,12 @@ cert_refresh_delay = 240
221221
## 52393 = TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305
222222
##
223223
## On non-Intel CPUs such as MIPS routers and ARM systems (Android, Raspberry Pi...),
224-
## the following suite improves performance.
224+
## uncommenting the following line may improve performance.
225225
## This may also help on Intel CPUs running 32-bit operating systems.
226-
## However, this can cause issues fetching sources or connecting to some HTTP servers.
226+
## However, this can cause issues fetching sources or connecting to some HTTP servers,
227+
## and should not be set on regular CPUs.
227228
##
228-
## Keep tls_cipher_suite undefined to let the app automatically choose secure parameters
229+
## Keep tls_cipher_suite undefined to let the app automatically choose secure parameters.
229230

230231
# tls_cipher_suite = [52392, 49199]
231232

0 commit comments

Comments
 (0)