mirror of
https://github.com/bakito/adguardhome-sync.git
synced 2025-01-08 16:19:34 +08:00
4bcfadc2fe
update readme
929 B
929 B
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_API_URL=https://192.168.1.2:3000/control
export ORIGIN_USERNAME=username
export ORIGIN_PASSWORD=password
export REPLICA_API_URL=http://192.168.1.3/control
export REPLICA_USERNAME=username
export REPLICA_PASSWORD=password
adguardhome-sync