This commit is contained in:
Frank Denis 2018-01-14 00:41:45 +01:00
parent 32b72f3eb3
commit 255ce5fb50
1 changed files with 23 additions and 23 deletions

View File

@ -7,7 +7,7 @@ A modern client implementation of the DNSCrypt protocol.
## Current status/features
| Features | dnscrypt-proxy 1.x | dnscrypt-proxy 2.x |
| ----------------------------------------------- | ---------------------------------------------------------------------------- | ------------------------------------------------------- |
| -------------------------------------------------- | ---------------------------------------------------------------------------- | ------------------------------------------------------- |
| Status | Old PoC, barely maintained any more | Very new, but quickly evolving |
| Code quality | Big ugly mess | Readable, easy to work on |
| Reliability | Poor, due to completely broken handling of edge cases | Excellent |
@ -28,7 +28,7 @@ A modern client implementation of the DNSCrypt protocol.
| Multiple local sockets | Impossible | Of course. IPv4, IPv6, as many as you like |
| Automatically picks the fastest servers | Lol, it supports only one at a time, anyway | Yes, out of the box |
| Official, always up-to-date pre-built libraries | None | Yes, for many platforms. See below. |
| Automatically fetch and verifies servers lists | No. Requires custom scripts, cron jobs and dependencies (minisign) | Yes, built-in, including signature verification |
| Automatically downloads and verifies servers lists | No. Requires custom scripts, cron jobs and dependencies (minisign) | Yes, built-in, including signature verification |
## Planned features