Updated Hidden Figures (markdown)

Michael Stanclift 2021-01-04 14:18:14 -06:00
parent 8ef4e496e4
commit e737fa3e69

@ -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.