Comment on Noob question about PiHole
mateomaui@reddthat.com 9 months agoPretty much. Not sure how the router determines which DNS to use, but mine seems to latch onto whichever one serves up results the fastest, which would inevitably be cloudflare direct when the pihole returns a block.
So I use a Raspberry Pi Zero W as a dedicated pihole, and my Pi 4 seedbox acts as its own pihole for torrents and as redundant backup when the Zero is rebooting or whatever. And then use gravity-sync from the Zero to the 4 to mirror the settings.
Rootiest@lemmy.world 9 months ago
Another cool trick is using tailscale to ensure your portable devices always can access your Pihole(s) from anywhere and then setting those tailscale addresses as your DNS servers in tailscale.
This way you can always use your DNS from anywhere, even on cell data or on public networks
mateomaui@reddthat.com 9 months ago
Huh, I’ll definitely look into that. Both times I tried to route external pihole access, somehow other mystery services found it and it slowed to a crawl from getting absolutely pounded by requests not from me. Thanks for that tip!