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:
4
dnsmasq/dnsmasq.conf.tmpl
Normal file
4
dnsmasq/dnsmasq.conf.tmpl
Normal 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
|
||||
Reference in New Issue
Block a user