Updated Frequent Questions (markdown)

Michael Stanclift 2020-10-21 13:47:09 -05:00
parent 9183d921ce
commit 114c892011

@ -5,7 +5,7 @@ These are frequent questions about Gravity Sync implementations. In addition to
- Redundancy. - Redundancy.
- If either Pi-hole fails or goes offline due to maintenance, the other Pi-hole continues to serve DNS to your network. - If either Pi-hole fails or goes offline due to maintenance, the other Pi-hole continues to serve DNS to your network.
- The most attractive way for people to leverage Pi-hole is on a Raspberry Pi, which while awesome pieces of kit, are not exactly enterprise grade systems, and can have component failures (ex: cheap SD cards that cannot handle frequent write activity.) - The most attractive way for people to leverage Pi-hole is on a Raspberry Pi, which while awesome pieces of kit, are not exactly enterprise grade systems, and can have component failures (ex: cheap SD cards that cannot handle frequent write activity.)
- If you have your Pi-hole set up properly in the router with a single Pi-hole, there is often no other DNS server offered to clients. Some devices will get annoyed if you only have one DNS address. In some cases those devices will utilize hard coded backup servers, which often do not have any of the privacy protections/controls afforded by Pi-hole. - If you have your Pi-hole setup in the router as the only DNS target, there is often no other DNS server offered to clients. Some devices will get annoyed if you only have one DNS address. In some cases those devices will utilize hard coded backup servers, which often do not have any of the privacy protections/controls afforded by Pi-hole.
- Some people attempt to hand out public resolvers as a backup thinking it'll only be used if Pi-hole isn't available, which is not the case. (IOT devices are especially guilty of this.) - Some people attempt to hand out public resolvers as a backup thinking it'll only be used if Pi-hole isn't available, which is not the case. (IOT devices are especially guilty of this.)
### How come you don't support DHCP syncing? ### How come you don't support DHCP syncing?