From 9f5f5c561ce43d8e090588a010969ce7bae52c4d Mon Sep 17 00:00:00 2001 From: DoTheEvolution Date: Thu, 21 May 2020 23:55:54 +0200 Subject: [PATCH] update --- dnsmasq/readme.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/dnsmasq/readme.md b/dnsmasq/readme.md index 4106407..190c7cc 100644 --- a/dnsmasq/readme.md +++ b/dnsmasq/readme.md @@ -22,10 +22,11 @@ on your machine, adding `192.168.1.222 example.com` IP-hostname pair. This tells your machine to fuck asking google's DNS, the rule is right there, `example.com` goes directly to the local server ip `192.168.1.222`.
But if more devices should "just work" it is a no-go, since this just works -one the machine which `hosts` file was edited.
+one the machine which `hosts` file was edited. + So the answer is running a DNS server that does this -and a DHCP server that tells the devices on the network -to use this DNS. +paring of IPs with hostnames, and a DHCP server that tells the devices +on the network to use this DNS. # Prerequisites