From 0f264fe38e0fe7136f004033e9a2cad1bbb2356b Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Tue, 4 Jun 2019 01:42:02 +0200 Subject: [PATCH] 2.0.25 --- ChangeLog | 5 +++++ dnscrypt-proxy/main.go | 2 +- snapcraft.yaml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1c3e856a..8a01fb94 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/dnscrypt-proxy/main.go b/dnscrypt-proxy/main.go index 7d123925..72b047cc 100644 --- a/dnscrypt-proxy/main.go +++ b/dnscrypt-proxy/main.go @@ -15,7 +15,7 @@ import ( ) const ( - AppVersion = "2.0.24" + AppVersion = "2.0.25" DefaultConfigFileName = "dnscrypt-proxy.toml" ) diff --git a/snapcraft.yaml b/snapcraft.yaml index 8a8cbc90..30a01652 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -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.