@Muddi Responding out of line but I think @hayzeus has the
following:Pi-hole #1 192.168.1.53Pi-hole #2 192.168.1.54Both servers are
configured to forward to an upstream DNS-Over-HTTPS server.Router is
serving DHCP with only 192.168.1.53-54 for DNS.Tr...
Below is basically what I did on pihole. My router has a static route
for both 8.8.8.8 and 8.8.4.4 to my pihole. You can run the script or
reboot.nano dns.sh#!/bin/shsudo ifconfig lo:0 8.8.8.8 netmask 255.0.0.0
upsudo ifconfig lo:1 8.8.4.4 netmask 25...