This commit is contained in:
Frank Denis 2018-01-20 17:03:48 +01:00
parent 1e0e01e8e1
commit 4f42dd01a4
2 changed files with 2 additions and 1 deletions

View File

@ -65,6 +65,7 @@ The current 2.0.0 beta version includes all the major features from dnscrypt-pro
| Built-in servers latency benchmark | No | Yes |
| Query type filter: only log a relevant set of query types | No | Yes |
| Support for the Windows Event Log | No | Yes |
| Log suspicious queries (leading to NXDOMAIN) | No | Yes |
## Planned features

View File

@ -16,7 +16,7 @@ import (
"golang.org/x/crypto/curve25519"
)
const AppVersion = "2.0.0beta5"
const AppVersion = "2.0.0beta6"
type Proxy struct {
proxyPublicKey [32]byte