From 8e67af6a5e391e40efaeff05739e41969927b9d0 Mon Sep 17 00:00:00 2001 From: Nathan Fretz Date: Tue, 13 Aug 2024 13:41:39 +1000 Subject: [PATCH] Update technitium-dns to version 12.2.1 (#1352) --- technitium-dns/docker-compose.yml | 4 ++-- technitium-dns/umbrel-app.yml | 17 +++++++++++++---- 2 files changed, 15 insertions(+), 6 deletions(-) diff --git a/technitium-dns/docker-compose.yml b/technitium-dns/docker-compose.yml index 8a2b0702..00e47a30 100644 --- a/technitium-dns/docker-compose.yml +++ b/technitium-dns/docker-compose.yml @@ -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) @@ -39,4 +39,4 @@ services: - ${APP_DATA_DIR}/data:/etc/dns restart: on-failure # sysctls: - # - net.ipv4.ip_local_port_range=1024 65000 + # - net.ipv4.ip_local_port_range=1024 65000 \ No newline at end of file diff --git a/technitium-dns/umbrel-app.yml b/technitium-dns/umbrel-app.yml index 1176dceb..f2be78bf 100644 --- a/technitium-dns/umbrel-app.yml +++ b/technitium-dns/umbrel-app.yml @@ -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: [] @@ -22,5 +32,4 @@ path: "" defaultUsername: admin deterministicPassword: true submitter: highghlow -submission: https://github.com/getumbrel/umbrel/pull/1046 - +submission: https://github.com/getumbrel/umbrel/pull/1046 \ No newline at end of file