pihole-dns-sync/README.md

15 lines
516 B
Markdown
Raw Permalink Normal View History

2021-07-26 22:46:14 -04:00
# pihole-dns-sync repo
## Introduction
This repo contains simple scripts used to sync the dns and cname configuration
2021-07-26 22:46:14 -04:00
files from a primary pihole server to a secondary pihole server.
* pihole-dns-sync_via-ssh.sh
* runs on the secondary pihole and pulls from the primary via ssh
* pihole-dns-sync_local.sh
* runs on a host mounting common storage between the two pihole instances (ie, for k8s deployment)
* copies the files from the primary pihole instance storage to the secondary pihole instance storage