An open API service indexing awesome lists of open source software.

https://github.com/deg0nz/pihole-sync

Small tool to sync one-to-many PiHole instances
https://github.com/deg0nz/pihole-sync

pihole pihole-sync pihole-tools sync v6

Last synced: 2 months ago
JSON representation

Small tool to sync one-to-many PiHole instances

Awesome Lists containing this project

README

        

# `pihole-sync` (for Pi-hole v6)

A (currently) quick and dirty utility to sync your *Pi-hole v6* configuration to multiple Pi-hole instances.

The sync goes one-to-many. One main instance is specified and it's configuration is distributed to all other (secondary) instances.

## Features

- Syncs everything contained in Pi-hole's Teleporter backups
- Acquire app passwords for Pi-hole API
- Modify and add Pi-hole instances via CLI

## Installation

- Currently only available via `git clone` and `cargo build`

## How to Use

!TODO