2.0.25
This commit is contained in:
parent
a060407db1
commit
0f264fe38e
|
@ -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
|
* Version 2.0.24
|
||||||
- The query log now includes the time it took to complete the
|
- The query log now includes the time it took to complete the
|
||||||
transaction, the name of the resolver that sent the response and if
|
transaction, the name of the resolver that sent the response and if
|
||||||
|
|
|
@ -15,7 +15,7 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
AppVersion = "2.0.24"
|
AppVersion = "2.0.25"
|
||||||
DefaultConfigFileName = "dnscrypt-proxy.toml"
|
DefaultConfigFileName = "dnscrypt-proxy.toml"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
name: dnscrypt-proxy
|
name: dnscrypt-proxy
|
||||||
version: "2.0.24"
|
version: "2.0.25"
|
||||||
summary: A flexible DNS proxy, with support for encrypted DNS protocols
|
summary: A flexible DNS proxy, with support for encrypted DNS protocols
|
||||||
description: |
|
description: |
|
||||||
A flexible DNS proxy, with support for encrypted DNS protocols.
|
A flexible DNS proxy, with support for encrypted DNS protocols.
|
||||||
|
|
Loading…
Reference in New Issue