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
- Host: GitHub
- URL: https://github.com/deg0nz/pihole-sync
- Owner: deg0nz
- Created: 2025-02-27T22:22:24.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-02-27T22:48:00.000Z (2 months ago)
- Last Synced: 2025-02-28T07:23:20.942Z (2 months ago)
- Topics: pihole, pihole-sync, pihole-tools, sync, v6
- Language: Rust
- Homepage:
- Size: 99.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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