Running Dnsmasq in Docker as an Internal DNS Server for a Home LAN
Resolving my own domain inside the LAN with dnsmasq on Docker
On my home server I use my own domain and run several servers on it, but from inside the home LAN the traffic goes through the router, so accessing them with my own domain does not reach the servers inside the house
It is easier to understand if you refer to this article
When you only have a few PCs and devices, you can write the entries in each hosts file instead of introducing dnsmasq, but I also wanted to manage the hosts file in one place, so I built dnsmasq as a DNS server inside the LAN with Docker
[Read More]