Skip to content

Commit 35a8509

Browse files
committed
🎉 Release of app Technitium DNS Server 1.14.3
1 parent 2b3e412 commit 35a8509

File tree

3 files changed

+19
-6
lines changed

3 files changed

+19
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,10 @@ Their open-source contributions make add-ons like this possible.
6969

7070
MIT License - Copyright (c) 2025 Jeppe Stærk
7171

72-
[addon-technitium-dns]: https://github.com/staerk-ha-addons/addon-technitium-dns/tree/v1.14.1
73-
[addon-doc-technitium-dns]: https://github.com/staerk-ha-addons/addon-technitium-dns/blob/v1.14.1/README.md
72+
[addon-technitium-dns]: https://github.com/staerk-ha-addons/addon-technitium-dns/tree/v1.14.3
73+
[addon-doc-technitium-dns]: https://github.com/staerk-ha-addons/addon-technitium-dns/blob/v1.14.3/README.md
7474
[technitium-dns-issue]: https://github.com/staerk-ha-addons/addon-technitium-dns/issues
75-
[technitium-dns-version-shield]: https://img.shields.io/badge/version-v1.14.1-blue.svg
75+
[technitium-dns-version-shield]: https://img.shields.io/badge/version-v1.14.3-blue.svg
7676
[technitium-dns-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
7777
[technitium-dns-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
7878
[technitium-dns-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg

technitium-dns/CHANGELOG.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,14 @@
1-
## What's Changed
2-
**Full Changelog**: https://github.com/staerk-ha-addons/addon-technitium-dns/compare/v0.0.4...v1.14.1
1+
## ⚠️ Important
2+
3+
- Add-on now uses **host networking** mode for proper DNS functionality. Ensure port 53 is available on your host.
4+
5+
## What’s changed
6+
7+
## ⬆️ Dependency updates
8+
9+
- ⬆️ Update ghcr.io/hassio-addons/debian-base Docker tag to v9 @[renovate[bot]](https://github.com/apps/renovate) (#16)
10+
- ⬆️ Update DNS_SERVER_VERSION to v14.1.0 @[renovate[bot]](https://github.com/apps/renovate) (#18)
11+
- ⬆️ Update ghcr.io/hassio-addons/debian-base Docker tag to v9.1.0 @[renovate[bot]](https://github.com/apps/renovate) (#19)
12+
- ⬆️ Update DNS_SERVER_VERSION to v14.2.0 @[renovate[bot]](https://github.com/apps/renovate) (#20)
13+
- ⬆️ Update DNS_SERVER_VERSION to v14.3.0 @[renovate[bot]](https://github.com/apps/renovate) (#22)
14+
- ⬆️ Update ghcr.io/hassio-addons/debian-base Docker tag to v9.2.0 @[renovate[bot]](https://github.com/apps/renovate) (#24)

technitium-dns/config.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Technitium DNS Server
2-
version: 1.14.1
2+
version: 1.14.3
33
slug: technitium-dns
44
description: Self-hosted DNS server with Home Assistant add-on integration.
55
url: https://github.com/staerk-ha-addons/addon-technitium-dns
@@ -15,6 +15,7 @@ map:
1515
- type: ssl
1616
- type: addon_config
1717
read_only: false
18+
host_network: true
1819
ports:
1920
53/tcp: null
2021
53/udp: 53

0 commit comments

Comments
 (0)