summaryrefslogtreecommitdiff
path: root/CHANGELOG.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.adoc')
-rw-r--r--CHANGELOG.adoc18
1 files changed, 15 insertions, 3 deletions
diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc
index a73d2450..76aed912 100644
--- a/CHANGELOG.adoc
+++ b/CHANGELOG.adoc
@@ -39,7 +39,7 @@ Legend,
[#v0_62_0]
-== pakakeh.go v0.62.0 (2026-xx-xx)
+== pakakeh.go v0.62.0 (2026-04-04)
//{{{
[#v0_62_0__cmd_httpdfs]
@@ -53,6 +53,18 @@ The `-shutdown-idle` option set the duration when server will stop accepting
new connections and shutting down.
+[#v0_62_0__lib_dns]
+=== lib/dns
+
+==== 🪵 lib/dns: refactoring DoT and DoH to use address instead of port
+
+Using port makes the IP address of DNS-over-TLS (DoT) and DNS-over-HTTPS
+(DoH) listen on the same address with UDP.
+If we set `ListenAddress` to `0.0.0.0` and TLS termination is handled
+by proxy, this cause DoT and DoH will also listen on all
+addresses (the ports open to public).
+
+
[#v0_62_0__lib_http]
=== lib/http
@@ -97,9 +109,9 @@ paseto v2 to sub directory "v2" with package name "pasetov2".
paseto/v4 provides a simple, ready to use, opinionated
implementation of Platform-Agnostic SEcurity TOkens (PASETO) version 4
-as defined in [paseto-v4].
+as defined in
+https://github.com/paseto-standard/paseto-spec/blob/master/docs/01-Protocol-Versions/Version4.md[paseto-v4].
-[paseto-v4]: https://github.com/paseto-standard/paseto-spec/blob/master/docs/01-Protocol-Versions/Version4.md
[#v0_62_0__lib_uuidv7]
=== 🌱 lib/uuidv7