This commit is contained in:
Frank Denis 2018-01-27 18:18:28 +01:00
parent a7fe2aacb8
commit 9eeb68f3a1
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
A flexible DNS proxy, with support for modern encrypted DNS protocols such as [DNSCrypt v2](https://github.com/DNSCrypt/dnscrypt-protocol/blob/master/DNSCRYPT-V2-PROTOCOL.txt) and DNS-over-HTTP/2.
## [dnscrypt-proxy 2.0.0beta10 is available for download!](https://github.com/jedisct1/dnscrypt-proxy/releases/latest)
## [dnscrypt-proxy 2.0.0beta11 is available for download!](https://github.com/jedisct1/dnscrypt-proxy/releases/latest)
## Installation

View File

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