mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-04-04 13:47:39 +03:00
Clarify that UDP is no less secure than TCP
This commit is contained in:
parent
dfdd469a81
commit
dd878d4c60
1 changed files with 5 additions and 2 deletions
|
@ -68,8 +68,11 @@ require_nolog = true
|
|||
require_nofilter = true
|
||||
|
||||
|
||||
|
||||
## Always use TCP to connect to upstream servers
|
||||
## Always use TCP to connect to upstream servers.
|
||||
## This can be can be useful if you need to route everything through Tor.
|
||||
## Otherwise, leave this to `false`, as it doesn't improve security
|
||||
## (dnscrypt-proxy will always encrypt everything even using UDP), and can
|
||||
## only increase latency.
|
||||
|
||||
force_tcp = false
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue