From 20e173ee15a2469d1b3a1415c1a9518bc5100d28 Mon Sep 17 00:00:00 2001 From: Michael Stanclift Date: Tue, 12 Apr 2022 10:15:36 -0500 Subject: [PATCH] Updated Home (markdown) --- Home.md | 30 +++++++++++++----------------- 1 file changed, 13 insertions(+), 17 deletions(-) diff --git a/Home.md b/Home.md index 139ab0a..fcdc058 100644 --- a/Home.md +++ b/Home.md @@ -1,5 +1,5 @@

- Gravity Sync +Gravity Sync

@@ -14,24 +14,23 @@ What is better than a [Pi-hole](https://github.com/pi-hole/pi-hole) blocking tra - [Seriously. Why two Pi-hole?](https://github.com/vmstan/gravity-sync/wiki/Frequent-Questions#why-do-i-need-more-than-one-pi-hole) -But if you have more than one Pi-hole in your network you'll want a simple way to keep the list configurations and local DNS settings identical between the two. That's where Gravity Sync comes in. With proper preparation, it should only take a few minutes to install. Ideally you setup Gravity Sync and forget about it -- and in the long term, it would be awesome if the Pi-hole team made this entire script unnecessary. +But if you have redundant Pi-hole in your network you'll want a simple way to keep the list configurations and local DNS settings identical between the two. That's where Gravity Sync comes in. Setup should only take a few minutes. ## Features -Gravity Sync replicates the Pi-hole Domain Database (`gravity.db`), which includes: -- Blocklist settings with status and comments. +Gravity Sync replicates the core of Pi-hole's resolver settings, which includes: + +- Adlist settings with status and comments. - Domain whitelist and blacklist along with status with comments. - Custom RegEx whitelist and blacklists. -- Clients and groups along with any list assignments. - -Gravity Sync can also (optionally) replicate the Local DNS Records and CNAMEs configuration files. +- Clients and groups, along with any list assignments. +- Local DNS Records. +- Local CNAME Records. ### Limitations Gravity Sync will **not**: -- Overwrite device specific Pi-hole settings specific to the local network configuration. -- Change the Pi-hole admin/API passwords, nor does not leverage these at all. - Modify the individual Pi-hole's upstream DNS resolvers. - Sync DHCP settings or monitor device leases. - Merge long term data, query logs, or statistics. @@ -39,12 +38,10 @@ Gravity Sync will **not**: ## Setup Steps 1. [Review System Requirements](https://github.com/vmstan/gravity-sync/wiki/System-Requirements) -2. [Prepare Your Pi-hole](https://github.com/vmstan/gravity-sync/wiki/Installing#primary-pi-hole) -3. [Install Gravity Sync](https://github.com/vmstan/gravity-sync/wiki/Installing#secondary-pi-hole) (or [Upgrade](https://github.com/vmstan/gravity-sync/wiki/Updating)) -4. [Configure Gravity Sync](https://github.com/vmstan/gravity-sync/wiki/Installing#configuration) -5. [Execute Gravity Sync](https://github.com/vmstan/gravity-sync/wiki/Installing#execution) -6. [Automate Gravity Sync](https://github.com/vmstan/gravity-sync/wiki/Installing#automation) -7. [Profit](https://memory-alpha.fandom.com/wiki/Rules_of_Acquisition) +2. [Install Gravity Sync](https://github.com/vmstan/gravity-sync/wiki/Installing) +3. [Configure Gravity Sync](https://github.com/vmstan/gravity-sync/wiki/Installing#configuration) +4. [Execute Gravity Sync](https://github.com/vmstan/gravity-sync/wiki/Installing#execution) +5. [Automate Gravity Sync](https://github.com/vmstan/gravity-sync/wiki/Installing#automation) ## Disclaimer @@ -57,5 +54,4 @@ Pi-hole is and the Pi-hole logo are [registered trademarks](https://pi-hole.net/ Please refer to the [Wiki](https://github.com/vmstan/gravity-sync/wiki) for more information: - [Frequently Asked Questions](https://github.com/vmstan/gravity-sync/wiki/Frequent-Questions) -- [Advanced Installation Options](https://github.com/vmstan/gravity-sync/wiki/Under-The-Covers) -- [Changelog](https://github.com/vmstan/gravity-sync/wiki/Changelog) \ No newline at end of file +- [Changelog](https://github.com/vmstan/gravity-sync/wiki/Changelog)