We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed50798 commit 47fdc45Copy full SHA for 47fdc45
2 files changed
README.md
@@ -4,7 +4,7 @@
4
5
A modern client implementation of the [DNSCrypt](https://github.com/DNSCrypt/dnscrypt-protocol/blob/master/DNSCRYPT-V2-PROTOCOL.txt) protocol.
6
7
-## [dnscrypt-proxy 2.0.0beta4 is available for download!](https://github.com/jedisct1/dnscrypt-proxy/releases/latest)
+## [dnscrypt-proxy 2.0.0beta5 is available for download!](https://github.com/jedisct1/dnscrypt-proxy/releases/latest)
8
9
## Installation
10
dnscrypt-proxy/main.go
@@ -16,7 +16,7 @@ import (
16
"golang.org/x/crypto/curve25519"
17
)
18
19
-const AppVersion = "2.0.0beta4"
+const AppVersion = "2.0.0beta5"
20
21
type Proxy struct {
22
proxyPublicKey [32]byte
0 commit comments