1
0
mirror of https://github.com/DNSCrypt/dnscrypt-proxy.git synced 2025-01-13 02:22:48 +01:00

Update README

This commit is contained in:
Frank Denis 2018-01-10 23:41:33 +01:00
parent 822ae27a46
commit 60a0b72b4c
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
[![Build Status](https://travis-ci.org/jedisct1/dnscrypt-proxy.svg?branch=master)](https://travis-ci.org/jedisct1/dnscrypt-proxy?branch=master)
![dnscrypt-proxy 2](https://raw.github.com/jedisct1/dnscrypt-proxy/master/logo.png)
# 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

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB