From 2b39079f4aa30fb850dd181a9ce7ff0ae6b2a30c Mon Sep 17 00:00:00 2001 From: Adam Warner Date: Tue, 5 Apr 2016 00:51:08 +0100 Subject: [PATCH] Updated FAQs (markdown) --- FAQs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQs.md b/FAQs.md index 7e185f6..66b4af3 100644 --- a/FAQs.md +++ b/FAQs.md @@ -11,7 +11,7 @@ Another option is to import a preloaded cookie using [this](https://www.reddit.c In the recent releases of some of the adlists the `www.msftncsi.com` is blacklisted. Windows uses this domain to determine its network connectivity. Even though this does not affect the actual internet connection, it can be helpfull to fix this in order to allow Windows to see this aswell. -You can either whitelist this domain using: `whitelist.sh msftncsi.com www.msftncsi.com` or follow the instrucions [here](https://github.com/pi-hole/pi-hole/wiki/Customising-sources-for-ad-lists) to customise the adlists. +You can either whitelist this domain using: `whitelist.sh www.msftncsi.com` or follow the instrucions [here](https://github.com/pi-hole/pi-hole/wiki/Customising-sources-for-ad-lists) to customise the adlists. ### The Admin page stats take a long time to load (or times out) [#341](https://github.com/pi-hole/pi-hole/issues/341) The stats can take a little while to process, and this is just because it's being run on a low-power device! If you have something running on the pi that uses a lot of processing power, the stat calculations could take longer than usual. To fix the stats from timing out, edit `/etc/php5/cgi/php.ini`, increase `max_execution_time` and restart the `lighttpd` service.