feat: add Technitium DNS Home Assistant add-on

- repository.yaml manifest for HA add-on store
- technitium_dns add-on using upstream technitium/dns-server image
- config.yaml with ports 53/udp, 53/tcp, 5380/tcp and password schema
- Dockerfile symlinks /etc/dns to /data/dns for persistent config
- READMEs for repo and add-on
This commit is contained in:
2026-08-07 22:40:09 -04:00
commit 7412f5b2b7
6 changed files with 126 additions and 0 deletions

4
.gitignore vendored Normal file
View File

@@ -0,0 +1,4 @@
# build artifacts
*.log
*.tmp
.DS_Store