feat(dnsmasq): add dnsmasq.conf.tmpl (wildcard *.BASE_DOMAIN)

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-05-24 04:11:04 +02:00
parent 1300a02070
commit b24814a214

View File

@@ -0,0 +1,4 @@
# Resolve every *.${BASE_DOMAIN} (and the apex) to the Docker host LAN IP.
# Rendered by tooling/render-config.sh -> dnsmasq/dnsmasq.conf (gitignored).
address=/${BASE_DOMAIN}/${HOST_LAN_IP}
no-resolv