From 38a2715517c9f9950b8c3e3a33bcb1275ab64055 Mon Sep 17 00:00:00 2001 From: Michael Stanclift Date: Wed, 21 Oct 2020 13:47:55 -0500 Subject: [PATCH] Updated Frequent Questions (markdown) --- Frequent-Questions.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Frequent-Questions.md b/Frequent-Questions.md index c2b8374..3938f34 100644 --- a/Frequent-Questions.md +++ b/Frequent-Questions.md @@ -8,6 +8,10 @@ These are frequent questions about Gravity Sync implementations. In addition to - 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.) +### Do you merge the statistics and logs from each Pi-hole? + +- No. + ### How come you don't support DHCP syncing? - If I’m being honest, it’s because I don’t use Pi-hole for DHCP in my own environment and it’s hard for me to support something I’m not actively using. Same reason why it took me a bit to get around to making Docker work.