Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update technitium-dns to version 13.0.2 #1587

Merged
merged 2 commits into from
Oct 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion technitium-dns/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
version: "3.7"

Check notice on line 1 in technitium-dns/docker-compose.yml

View workflow job for this annotation

GitHub Actions / Lint apps

Potentially using unsafe user in service "dns-server"

The default container user "root" can lead to security vulnerabilities. If you are using the root user, please try to specify a different user (e.g. "1000:1000") in the compose file or try to set the UID/PUID and GID/PGID environment variables to 1000.

services:
dns-server:
image: technitium/dns-server:13.0.1@sha256:d0217fb0652e8f4e2334ffb43d6f8e9466f4f07ba485e9f21b83e8124813e4d3
image: technitium/dns-server:13.0.2@sha256:191028deca91a83778557598d5fad0a724b689adf2b1c44216cc3f9b38b443cb
network_mode: host

Check notice on line 6 in technitium-dns/docker-compose.yml

View workflow job for this annotation

GitHub Actions / Lint apps

Service "dns-server" uses host network mode

The host network mode can lead to security vulnerabilities. If possible please use the default bridge network mode and expose the necessary ports.
# ports:
# - "5380:5380/tcp" #DNS web console (HTTP)
# - "53443:53443/tcp" #DNS web console (HTTPS)
Expand Down
17 changes: 4 additions & 13 deletions technitium-dns/umbrel-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down