Browse Source

Update technitium-dns to 13.0.1 (#1536)

main
Nathan Fretz 4 months ago
committed by GitHub
parent
commit
fa6a45223f
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      technitium-dns/docker-compose.yml
  2. 21
      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:12.2.1@sha256:9c779d79997386c8b2a94a8fc588c54c48365fc9b28d9a028809575c17b74ad9
image: technitium/dns-server:13.0.1@sha256:d0217fb0652e8f4e2334ffb43d6f8e9466f4f07ba485e9f21b83e8124813e4d3
network_mode: host
# ports:
# - "5380:5380/tcp" #DNS web console (HTTP)

21
technitium-dns/umbrel-app.yml

@ -2,20 +2,25 @@ manifestVersion: 1
id: technitium-dns
category: networking
name: Technitium DNS Server
version: "12.2.1"
version: "13.0.1"
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:
- Added support for NAPTR record type
- New Default Responsible Person option in Settings for adding Primary Zones
- Updated Serve Stale implementation with configurable Answer TTL, Reset TTL, and Max Wait Time options
- Improved SVCB/HTTPS record implementation with automatic IP address hints
- Updated TXT record implementation for better RFC 6763 support
- New Filter AAAA App for preferring IPv4 connections on dual-stack setups
- Multiple bug fixes 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
Full release notes can be found at https://github.com/TechnitiumSoftware/DnsServer/blob/master/CHANGELOG.md
developer: Technitium

Loading…
Cancel
Save