This commit is contained in:
Frank Denis 2018-01-14 23:30:41 +01:00
parent b2d297fb17
commit 3161995033
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ A modern client implementation of the DNSCrypt protocol.
| Security | Written in C, bundles patched versions from old branches of system libraries | Written in standard and portable Go |
| Dependencies | Specific versions of dnscrypt-proxy, libldns and libtool | None |
| Upstream connections using TCP | Catastrophic, requires client retries | Implemented as anyone would expect, works well with TOR |
| XChaCha20 support | Only if compiled with recent versions of dnscrypt-proxy | Yes, always available |
| XChaCha20 support | Only if compiled with recent versions of libsodium | Yes, always available |
| Support of links with small MTU | Unreliable due to completely broken padding | Reliable, properly implemented |
| Support for multiple servers | Nonexistent | Yes, with automatic failover and load-balancing |
| Custom additions | C API, requires libldns for sanity | Simple Go structures using miekg/dns |