Updated Home (markdown)

Michael Stanclift 2022-05-03 10:47:02 -05:00
parent 82ba014552
commit 5c95074841

17
Home.md

@ -18,22 +18,25 @@ But if you have redundant Pi-hole in your network you'll want a simple way to ke
## Features ## Features
Gravity Sync replicates the core of Pi-hole's resolver settings, which includes: Gravity Sync replicates the core of Pi-hole's ad/telemetry blocking settings, which includes:
- Adlist settings with status and comments. - Adlist settings with status and comments.
- Domain whitelist and blacklist along with status with comments. - Domain/RegEx whitelists and blacklist along with status and comments.
- Custom RegEx whitelist and blacklists. - Clients and group assignments, along with status and descriptions.
- Clients and groups, along with any list assignments.
Gravity Sync also replicates local network DNS/DHCP settings, which includes:
- Local DNS Records. - Local DNS Records.
- Local CNAME Records. - Local CNAME Records.
- Static DHCP Assignments.
### Limitations ### Limitations
Gravity Sync will **not**: Gravity Sync will **not**:
- Modify the individual Pi-hole's upstream DNS resolvers. - Modify or sync the individual Pi-hole's upstream DNS resolvers.
- Sync DHCP settings or monitor device leases. - Merge query logs, statistics, long-term data, caches, or other resolution information.
- Merge long term data, query logs, or statistics. - Sync individual Pi-hole DHCP scoping information or leases.
## Setup Steps ## Setup Steps