Update technitium-dns to version 12.2.1 (#1352)

This commit is contained in:
Nathan Fretz 2024-08-13 13:41:39 +10:00 committed by GitHub
parent e7cde80f35
commit 8e67af6a5e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 15 additions and 6 deletions

View File

@ -2,7 +2,7 @@ version: "3.7"
services:
dns-server:
image: technitium/dns-server:12.1@sha256:f5de7eea6dd85f85656a1ea7584c6af0619bb8b1fa83e5c7992fcf38b76c7ccf
image: technitium/dns-server:12.2.1@sha256:9c779d79997386c8b2a94a8fc588c54c48365fc9b28d9a028809575c17b74ad9
network_mode: host
# ports:
# - "5380:5380/tcp" #DNS web console (HTTP)

View File

@ -2,12 +2,22 @@ manifestVersion: 1
id: technitium-dns
category: networking
name: Technitium DNS Server
version: "12.1"
version: "12.2.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: ""
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
Full release notes can be found at https://github.com/TechnitiumSoftware/DnsServer/blob/master/CHANGELOG.md
developer: Technitium
website: https://technitium.com/dns/
dependencies: []
@ -23,4 +33,3 @@ defaultUsername: admin
deterministicPassword: true
submitter: highghlow
submission: https://github.com/getumbrel/umbrel/pull/1046