Updated FAQs (markdown)

Adam Warner 2016-04-05 00:51:08 +01:00
parent 83f027748a
commit 2b39079f4a

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