mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 19:30:42 +02:00
Update technitium-dns to version 13.0.2 (#1587)
This commit is contained in:
parent
96b8d1a9ff
commit
63e1ba3da6
@ -2,7 +2,7 @@ version: "3.7"
|
||||
|
||||
services:
|
||||
dns-server:
|
||||
image: technitium/dns-server:13.0.1@sha256:d0217fb0652e8f4e2334ffb43d6f8e9466f4f07ba485e9f21b83e8124813e4d3
|
||||
image: technitium/dns-server:13.0.2@sha256:191028deca91a83778557598d5fad0a724b689adf2b1c44216cc3f9b38b443cb
|
||||
network_mode: host
|
||||
# ports:
|
||||
# - "5380:5380/tcp" #DNS web console (HTTP)
|
||||
|
@ -2,24 +2,15 @@ manifestVersion: 1
|
||||
id: technitium-dns
|
||||
category: networking
|
||||
name: Technitium DNS Server
|
||||
version: "13.0.1"
|
||||
version: "13.0.2"
|
||||
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 new features and improvements:
|
||||
- Implemented Catalog Zones support for automatic DNS zone provisioning
|
||||
- Added new Secondary Forwarder zone support
|
||||
- Introduced Query Access feature for configuring access to individual zones
|
||||
- Added support for Expiry TTL for records in zones
|
||||
- Implemented concurrency in recursive resolver for improved performance
|
||||
- Added latency-based name server selection algorithm
|
||||
- Implemented ZONEMD validation support for Secondary zones
|
||||
- Added support for Responsible Person (RP) record
|
||||
- Introduced Network Access Control Lists for Recursion, Zone Transfer, and Dynamic Updates
|
||||
- Improved brute force protection for admin web service
|
||||
- Multiple other minor bug fixes and improvements
|
||||
- Fixed issue with DNS-over-TLS and DNS-over-TCP protocols that would cause the underlying connection to close if original request gets canceled
|
||||
|
||||
- Minor bug fixes and improvements
|
||||
|
||||
|
||||
Full release notes can be found at https://github.com/TechnitiumSoftware/DnsServer/blob/master/CHANGELOG.md
|
||||
|
Loading…
Reference in New Issue
Block a user