Browse Source

Update technitium-dns to version 13.0.2 (#1587)

main
Nathan Fretz 4 months ago
committed by GitHub
parent
commit
63e1ba3da6
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      technitium-dns/docker-compose.yml
  2. 17
      technitium-dns/umbrel-app.yml

2
technitium-dns/docker-compose.yml

@ -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)

17
technitium-dns/umbrel-app.yml

@ -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…
Cancel
Save