Files
Documentation/Doc/Home-Server/Implementations/DNS/dnsmasq.md
T
2026-03-05 17:47:01 +01:00

20 lines
578 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 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).