This commit is contained in:
Frank Denis 2018-02-03 12:53:43 +01:00
parent faf80cd6f7
commit 588d8dabde
3 changed files with 3 additions and 3 deletions

2
Gopkg.lock generated
View File

@ -127,7 +127,7 @@
"ipv4",
"ipv6"
]
revision = "b417086c80e91bfa321ef761574721644b8b9f61"
revision = "2fb46b16b8dda405028c50f7c7f0f9dd1fa6bfb1"
[[projects]]
branch = "master"

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](https://datatracker.ietf.org/wg/doh/about/).
## [dnscrypt-proxy 2.0.0rc is available for download!](https://github.com/jedisct1/dnscrypt-proxy/releases/latest)
## [dnscrypt-proxy 2.0.0rc2 is available for download!](https://github.com/jedisct1/dnscrypt-proxy/releases/latest)
## [Documentation](https://github.com/jedisct1/dnscrypt-proxy/wiki/)

View File

@ -11,7 +11,7 @@ import (
)
const (
AppVersion = "2.0.0rc"
AppVersion = "2.0.0rc2"
DefaultConfigFileName = "dnscrypt-proxy.toml"
)