This commit is contained in:
Frank Denis 2018-10-03 18:26:54 +02:00
parent bfca70000e
commit 8de13842ae
2 changed files with 3 additions and 3 deletions

View File

@ -2,9 +2,9 @@
# ![dnscrypt-proxy 2](https://raw.github.com/jedisct1/dnscrypt-proxy/master/logo.png?3)
A flexible DNS proxy, with support for modern encrypted DNS protocols such as [DNSCrypt v2](https://dnscrypt.info/protocol) and [DNS-over-HTTPS](https://tools.ietf.org/html/draft-ietf-doh-dns-over-https-12).
A flexible DNS proxy, with support for modern encrypted DNS protocols such as [DNSCrypt v2](https://dnscrypt.info/protocol) and [DNS-over-HTTPS](https://tools.ietf.org/html/draft-ietf-doh-dns-over-https-14).
## [dnscrypt-proxy 2.0.16 final is available for download!](https://github.com/jedisct1/dnscrypt-proxy/releases/latest)
## [dnscrypt-proxy 2.0.17 final is available for download!](https://github.com/jedisct1/dnscrypt-proxy/releases/latest)
* [dnscrypt-proxy documentation](https://dnscrypt.info/doc) This project's documentation (Wiki)
* [DNSCrypt project home page](https://dnscrypt.info/)

View File

@ -12,7 +12,7 @@ import (
)
const (
AppVersion = "2.0.16"
AppVersion = "2.0.17"
DefaultConfigFileName = "dnscrypt-proxy.toml"
)