Go to file
Radar231 912da5c22c updated 2023-09-11 06:30:42 -04:00
README.md extended to be able to sync remotely via ssh, or locally via instance shared storage 2021-11-04 09:57:51 -04:00
pihole-dns-sync_local.sh extended to be able to sync remotely via ssh, or locally via instance shared storage 2021-11-04 09:57:51 -04:00
pihole-dns-sync_via-ssh.sh updated 2023-09-11 06:30:42 -04:00

README.md

pihole-dns-sync repo

Introduction

This repo contains simple scripts used to sync the dns and cname configuration 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