This commit is contained in:
Frank Denis 2018-01-21 19:52:51 +01:00
parent 29fee1585f
commit 3dcedac390
2 changed files with 2 additions and 2 deletions

View File

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

View File

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