mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-03-04 02:14:40 +01:00
Update README
This commit is contained in:
parent
822ae27a46
commit
60a0b72b4c
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
[](https://travis-ci.org/jedisct1/dnscrypt-proxy?branch=master)
|
||||
|
||||

|
||||
|
||||
# dnscrypt-proxy 2
|
||||
|
||||
A modern client implementation of the DNSCrypt v2 protocol.
|
||||
|
@ -10,9 +14,9 @@ A modern client implementation of the DNSCrypt v2 protocol.
|
|||
| Code quality | Big ugly mess | Readable, easy to work on |
|
||||
| Reliability | Poor, due to completely broken handling of edge cases | Excellent |
|
||||
| Security | Written in C, bundles patched versions from old branches of system libraries | Written in standard and portable Go |
|
||||
| Dependencies | Specific versions of libsodium, libldns and libtool | None |
|
||||
| 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 libsodium | Yes, always available |
|
||||
| XChaCha20 support | Only if compiled with recent versions of dnscrypt-proxy | 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 |
|
||||
|
|
BIN
logo.png
Normal file
BIN
logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 55 KiB |
Loading…
Add table
Reference in a new issue