How are folks syncing local DNS records across multiple Piholes?
You must log in or # to comment.
I run unbound alongside pihole for extra privacy and I keep my unbound config in git. I have gitea set up to push out new unbound configs every time there’s a git push.
That’s a great idea! Thanks! I’ve got unbound running locally on one instance of Pihole, and I’ve got it in a LXC for the other instance. Using the configs to pull from git would make that much easier to sync.

