|
|
|
|
|
by AndreasHae
1316 days ago
|
|
You can also configure PiHole as a DHCP server that sets itself as the DNS server. This way you only have to configure it once and devices should accept it as the default DNS. Had to do that to sidestep my locked down ISP router config… |
|
So you just run a 2nd DHCP server, all clients broadcast to every device to find an IP address. In order for the client to choose your server instead of the router, the server has to be faster to respond with an IP address, correct?
At first thought this seems fragile, but then again dhcpcd is the longest segment of my startup time...