From e737fa3e69d34921aee38101df6f0cd2ba76961e Mon Sep 17 00:00:00 2001 From: Michael Stanclift Date: Mon, 4 Jan 2021 14:18:14 -0600 Subject: [PATCH] Updated Hidden Figures (markdown) --- Hidden-Figures.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/Hidden-Figures.md b/Hidden-Figures.md index f3a67fb..8fedc96 100644 --- a/Hidden-Figures.md +++ b/Hidden-Figures.md @@ -47,9 +47,13 @@ These variables allow you to change the location of the name of the Docker conta - Default setting in Gravity Sync is `pihole`. - These variables can be set via `./gravity-sync.sh config` function. -### `GRAVITY_FI` and `CUSTOM_DNS` +### `GRAVITY_FI` -These variables are for the `gravity.db` and `custom.list` files that are the two components replicated by Gravity Sync. You should not change them unless Pi-hole changes their naming convention for these files, in which case the core Gravity Sync files will be changed to adapt. +This variable is for the `gravity.db` file that is replicated by Gravity Sync. You should not this them unless Pi-hole changes the naming convention for the database, in which case the core Gravity Sync files will be changed to adapt. + +### `CUSTOM_DNS` and `CNAME_CONF` + +These variables are for the `custom.list` and `05-pihole-custom-cname.conf` files that contain the Local DNS functions in Pi-hole, which are replicated by Gravity Sync. You should not change them unless Pi-hole changes their naming convention for these files, in which case the core Gravity Sync files will be changed to adapt. ### `VERIFY_PASS` @@ -64,7 +68,7 @@ Starting in v1.7.0, Gravity Sync manages the `custom.list` file that contains th - Default setting in Gravity Sync is `0`, change to `1` to exempt `custom.list` from replication. - This variable can be set via `./gravity-sync.sh config` function. -### INCLUDE_CNAME +### `INCLUDE_CNAME` Starting in v2.3.0, Gravity Sync manages the `05-pihole-custom-cname.conf` file that contains the "Local DNS CNAME Record" function within the Pi-hole interface. This is not enabled by default, as the file is only created if you use the feature, and since it was only added in Pi-hole 5.3, existing installations that are upgraded will not automatically enable this sync.