From b24814a21468b5bad5fce9b1b2c8dec7a49a89ee Mon Sep 17 00:00:00 2001 From: Oier Bravo Urtasun Date: Sun, 24 May 2026 04:11:04 +0200 Subject: [PATCH] feat(dnsmasq): add dnsmasq.conf.tmpl (wildcard *.BASE_DOMAIN) Co-Authored-By: Claude Opus 4.7 (1M context) --- dnsmasq/dnsmasq.conf.tmpl | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 dnsmasq/dnsmasq.conf.tmpl diff --git a/dnsmasq/dnsmasq.conf.tmpl b/dnsmasq/dnsmasq.conf.tmpl new file mode 100644 index 0000000..d1d8ca4 --- /dev/null +++ b/dnsmasq/dnsmasq.conf.tmpl @@ -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