Skip to content

Commit 0f264fe

Browse files
committed
2.0.25
1 parent a060407 commit 0f264fe

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
* Version 2.0.25
2+
- The example IP address for network probes didn't work on Windows.
3+
The example configuration file has been updated and the fallback
4+
resolver IP is now used when no netprobe address has been configured.
5+
16
* Version 2.0.24
27
- The query log now includes the time it took to complete the
38
transaction, the name of the resolver that sent the response and if

dnscrypt-proxy/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515
)
1616

1717
const (
18-
AppVersion = "2.0.24"
18+
AppVersion = "2.0.25"
1919
DefaultConfigFileName = "dnscrypt-proxy.toml"
2020
)
2121

snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: dnscrypt-proxy
2-
version: "2.0.24"
2+
version: "2.0.25"
33
summary: A flexible DNS proxy, with support for encrypted DNS protocols
44
description: |
55
A flexible DNS proxy, with support for encrypted DNS protocols.

0 commit comments

Comments
 (0)