Update technitium-dns to version 13.4.3 (#2436)

This commit is contained in:
Alexander L. 2025-03-28 01:39:02 +01:00 committed by GitHub
parent 7e3b26cee1
commit 0e335eb950
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 11 additions and 7 deletions

View File

@ -2,7 +2,7 @@ version: "3.7"
services:
dns-server:
image: technitium/dns-server:13.3.0@sha256:4acc49f3cf01f6ab405332d1a2ce0a8c512007014d73a03013c17616b446095b
image: technitium/dns-server:13.4.3@sha256:51c863c2db49ec49f2ca989e451e386ca15f34e9ef82f3c6911f8204293628c4
network_mode: host
# ports:
# - "5380:5380/tcp" #DNS web console (HTTP)

View File

@ -2,18 +2,22 @@ manifestVersion: 1
id: technitium-dns
category: networking
name: Technitium DNS Server
version: "13.3.0"
version: "13.4.3"
tagline: Block ads & malware at the DNS level for your entire network
description: >-
Technitium DNS Server is an open source authoritative, as well as recursive, DNS server that can be used for self hosting a DNS server for privacy & security.
It works out-of-the-box with no or minimal configuration.
releaseNotes: >-
This release includes several improvements:
- Added new queue mechanism to handle large numbers of DNS requests more efficiently
- Added new options to configure minimum SOA Refresh and SOA Retry values
- Improved self-signed certificate generation with better address handling
- Fixed several stability issues affecting DNS services
- Multiple other improvements and bug fixes
- Fixed high memory usage with "Last Year" dashboard filter
- Resolved DNSSEC and CD/DO flag issues
- Added spoofed DNS detection with TCP fallback
- Enabled query log export to CSV via API/GUI
- Added Log Exporter, MySQL, and SQL Server logging apps
- Improved support for MariaDB in MySQL app
- Fixed Linux binding issue in Block Page App
- Fixed over-matching in Drop Requests App
- Various minor fixes and improvements
Full release notes can be found at https://github.com/TechnitiumSoftware/DnsServer/blob/master/CHANGELOG.md