5 lines
201 B
Cheetah
5 lines
201 B
Cheetah
# 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
|