This commit is contained in:
Frank Denis 2019-06-04 01:42:02 +02:00
parent a060407db1
commit 0f264fe38e
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
* Version 2.0.25
- The example IP address for network probes didn't work on Windows.
The example configuration file has been updated and the fallback
resolver IP is now used when no netprobe address has been configured.
* Version 2.0.24
- The query log now includes the time it took to complete the
transaction, the name of the resolver that sent the response and if

View File

@ -15,7 +15,7 @@ import (
)
const (
AppVersion = "2.0.24"
AppVersion = "2.0.25"
DefaultConfigFileName = "dnscrypt-proxy.toml"
)

View File

@ -1,5 +1,5 @@
name: dnscrypt-proxy
version: "2.0.24"
version: "2.0.25"
summary: A flexible DNS proxy, with support for encrypted DNS protocols
description: |
A flexible DNS proxy, with support for encrypted DNS protocols.