# dnsmasq – Home Server Implementation This page is my reference for how I configured dnsmasq as internal DNS on the home server. For generic DNS concepts, see: - [Network / DNS](../../../Network/DNS.md) ## Scope - dnsmasq config for `.lan` internal domains. - How clients use the home server as DNS. - How this integrates with Caddy and WireGuard. ## Notes / TODO - Add example dnsmasq config for `vaultwarden.lan`, `home.lan`, etc. - Document how I point LAN clients and VPN clients to this DNS. - Add a short troubleshooting section (cache, logs, typical mistakes).