🛡️ Synchronize AdGuard Home config to replicas
Find a file
2021-03-28 14:09:31 +02:00
.github add github files 2021-03-28 09:03:38 +02:00
cmd use cobra/viper 2021-03-28 14:09:31 +02:00
pkg use cobra/viper 2021-03-28 14:09:31 +02:00
.gitignore toggle filtering 2021-03-28 08:59:18 +02:00
go.mod use cobra/viper 2021-03-28 14:09:31 +02:00
go.sum use cobra/viper 2021-03-28 14:09:31 +02:00
LICENSE Create LICENSE 2021-03-28 10:23:34 +02:00
main.go use cobra/viper 2021-03-28 14:09:31 +02:00
Makefile first commit 2021-03-27 23:40:59 +01:00
README.md use cobra/viper 2021-03-28 14:09:31 +02:00

Go Go Report Card

AdGuardHome sync

Synchronize AdGuardHome config to a replica instance.

This is still work in progress. Changes on how parameters are provided will change.

Current sync features

  • Filters
  • Rewrites
  • Services
  • Clients

Install

go get -u github.com/bakito/adguardhome-sync

Run

export ORIGIN_URL=https://192.168.1.2:3000
export ORIGIN_USERNAME=username
export ORIGIN_PASSWORD=password
export REPLICA_URL=http://192.168.1.3
export REPLICA_USERNAME=username
export REPLICA_PASSWORD=password

adguardhome-sync run