diff --git a/DHCP-Replication.md b/DHCP-Replication.md index 19fc062..ad79d22 100644 --- a/DHCP-Replication.md +++ b/DHCP-Replication.md @@ -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` \ No newline at end of file