Destroyed FAQs (markdown)

yubiuser 2021-10-11 09:31:52 +02:00
parent fa017cb346
commit 800676e9eb

35
FAQs.md

@ -1,35 +0,0 @@
# TO BE REMOVED
Many frequently Asked Questions (and their answers) can be found at our [Discourse site](https://discourse.pi-hole.net/c/faqs). Here are some items that have been asked (and answered) earlier on GitHub.
- [Can I blacklist wildcard domains?](https://github.com/pi-hole/pi-hole/wiki/FAQs#can-i-blacklist-wildcard-domains-672)
- [Some sites are detecting ad-blocker](./FAQs#some-sites-are-detecting-ad-blocker-348)
- [Windows thinks there is no internet connection, but there is one.](./FAQs#windows-thinks-there-is-no-internet-connection-but-there-is-one-315)
- [The Admin page stats take a long time to load (or times out)](./FAQs#the-admin-page-stats-take-a-long-time-to-load-or-times-out-341)
- [FireFox displays 'Unable to connect' instead of blocking the ad](./FAQs#firefox-displays-unable-to-connect-instead-of-blocking-the-ad-303)
### Can I blacklist wildcard domains? [#672](../issues/672)
This has been implemented as a native feature. You can use the web interface (blacklist page), or the command `pihole -wild <domain to block>`
### Some sites are detecting ad-blocker [#348](../issues/348)
This is a pesky one, and not really something that can be changed in pi-hole to get around.
However, you can check [this github project](https://github.com/reek/anti-adblock-killer) for a pretty nifty workaround. Note, this solution requires greasemonkey/tampermonkey and an adblocker extension like uBlock origin.
Another option is to import a preloaded cookie using [this](https://www.reddit.com/r/Adblock/comments/3xfssl/how_to_use_forbescom_with_adblock/cy4doq5) method discussed on reddit.
### Windows thinks there is no internet connection, but there is one. [#315](https://github.com/pi-hole/pi-hole/issues/315)
[See this article](http://blog.superuser.com/2011/05/16/windows-7-network-awareness/) for a detailed explanation.
In the recent releases of some of the adlists the `www.msftncsi.com` is blacklisted (Update:06/09/16 - this does not appear to be the case as of now) . Windows uses this domain to determine its network connectivity. Even though this does not affect the actual internet connection, it can be helpful to fix this in order to allow Windows to see this aswell.
You can either whitelist this domain using: `pihole -w www.msftncsi.com` or follow the instructions [here](https://github.com/pi-hole/pi-hole/wiki/Customising-sources-for-ad-lists) to customise the adlists.
There is also a useful registry setting on [this microsoft page](https://answers.microsoft.com/en-us/ie/forum/ie10-windows_8/windows-8-goes-to-bing-by-itself-all-the-time/386e9a25-8149-4ee6-84b4-65332022c2a7?auth=1) you can try to disable the check all together.
### 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.
### FireFox displays 'Unable to connect' instead of blocking the ad [#303](https://github.com/pi-hole/pi-hole/issues/303)
Certain ad networks use iFrames in order to display their ads. Depending on your adlist selection the pi-hole can block these ads, however in FireFox there is an error displayed (instead of a whitespace). This can make it look like something broke. To fix this you can use a FireFox extension called uBlock, which can be used to hide those elements. You can find this extension on the [uBlock github page](https://github.com/gorhill/uBlock)