Updated Frequent Questions (markdown)

Michael Stanclift 2020-10-21 13:48:38 -05:00
parent 38a2715517
commit 09cdac09a1

@ -14,7 +14,7 @@ These are frequent questions about Gravity Sync implementations. In addition to
### How come you don't support DHCP syncing? ### How come you don't support DHCP syncing?
- If Im being honest, its because I dont use Pi-hole for DHCP in my own environment and its hard for me to support something Im not actively using. Same reason why it took me a bit to get around to making Docker work. - If Im being honest, its because I dont use Pi-hole for DHCP in my own environment and its hard for me to support something Im not actively using. This is the same reason why it took me until version 3.1 to get around to making Docker work properly.
- Ive also not been confident in my ability to make it work reliability. I find DNS settings change so infrequently in most environments that even polling the sync every 15 minutes is probably overkill. DHCP device leases tend to be a lot more fluid. Its not just a matter of taking this entire database from this side and putting it over here instead, if a device gets a lease from one server or the other then it disappears. - Ive also not been confident in my ability to make it work reliability. I find DNS settings change so infrequently in most environments that even polling the sync every 15 minutes is probably overkill. DHCP device leases tend to be a lot more fluid. Its not just a matter of taking this entire database from this side and putting it over here instead, if a device gets a lease from one server or the other then it disappears.
### Do you support DietPi, Unraid, LXD, Something Else? ### Do you support DietPi, Unraid, LXD, Something Else?