Updated DHCP Replication (markdown)

Michael Stanclift 2022-05-03 09:59:21 -05:00
parent 3c1a54ff23
commit d1677c739a

@ -46,3 +46,7 @@ Since other devices aren't connecting directly to Michael's iPhone anything, the
- Only devices that are part of the shared scope and have a static assignment will respond to local DNS requests by both Pi-hole. Otherwise only the Pi-hole that assigned the lease will know what the device's DNS address is.
- Make sure you disable DHCP on your router if you intend to use DHCP assignments via Pi-hole.
- Make sure you disable conditional forwarding on your Pi-hole if you're assigning addresses via the Pi-hole.
### DNS Assignments
You will want to make sure that the DHCP server on each Pi-hole is handing out both Pi-hole for DNS resolution. This can be accomplished by adding a `.conf` file to your DNSMASQ directory of each Pi-hole, with the line `dhcp-option=option:dns-server,192.168.1.10,192.168.1.20`