File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
38transaction, the name of the resolver that sent the response and if
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ import (
1515)
1616
1717const (
18- AppVersion = "2.0.24 "
18+ AppVersion = "2.0.25 "
1919 DefaultConfigFileName = "dnscrypt-proxy.toml"
2020)
2121
Original file line number Diff line number Diff line change 11name : dnscrypt-proxy
2- version : " 2.0.24 "
2+ version : " 2.0.25 "
33summary : A flexible DNS proxy, with support for encrypted DNS protocols
44description : |
55 A flexible DNS proxy, with support for encrypted DNS protocols.
You can’t perform that action at this time.
0 commit comments