You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13-2Lines changed: 13 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,24 @@
1
1
# Technitium DNS Server Change Log
2
2
3
+
## Version 14.2
4
+
Release Date: 22 November 2025
5
+
6
+
- Fixed bug in Clustering implementation which prevented using IPv4 and IPv6 addresses together. Thanks to @ruifung for the PR.
7
+
- There is also a breaking change in clustering and thus all cluster nodes must be upgraded to this release to avoid issues.
8
+
- Updated the "Allow / Block List URLs" option implementation to support comment entries.
9
+
- Advanced Blocking App: Updated app to implement `blockingAnswerTtl` option to allow specifying the TTL value used in blocked response.
10
+
- Log Exporter App: Updated the app to add EDNS logging support. Thanks to @zbalkan for the PR.
11
+
- MISP Connector App: Added new app that can block malicious domain names pulled from MISP feeds. Thanks to @zbalkan for the PR.
12
+
- Multiple other minor bug fixes and improvements.
13
+
3
14
## Version 14.1
4
15
Release Date: 16 November 2025
5
16
6
17
- Updated Clustering implementation to allow configuring multiple custom IP addresses. This introduces a breaking change in the API and thus all cluster nodes must be upgraded to this release for them to work together.
7
18
- Fixed issues related to user and group permission validation when Clustering is enabled which caused permission bypass when accessing another node.
8
19
- Fixed bug that caused the Advanced Blocking app to stop working.
9
-
- Added environment variables for TLS certificate path, certificate password, and HTTP to HTTPS redirect option. Thanks to `simonvandermeer` for the PR.
10
-
- Updated Hagezi block list URLs. Thanks to `hagezi` for the PR.
20
+
- Added environment variables for TLS certificate path, certificate password, and HTTP to HTTPS redirect option. Thanks to @simonvandermeer for the PR.
21
+
- Updated Hagezi block list URLs. Thanks to @hagezi for the PR.
0 commit comments