mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-08-23 10:38:14 +02:00
Typos
parent
803a14d959
commit
271dbd14e0
10
FAQs.md
10
FAQs.md
@ -16,9 +16,9 @@ Another option is to import a preloaded cookie using [this](https://www.reddit.c
|
|||||||
|
|
||||||
### Windows thinks there is no internet connection, but there is one. [#315](https://github.com/pi-hole/pi-hole/issues/315)
|
### Windows thinks there is no internet connection, but there is one. [#315](https://github.com/pi-hole/pi-hole/issues/315)
|
||||||
|
|
||||||
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.
|
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 helpful to fix this in order to allow Windows to see this aswell.
|
||||||
|
|
||||||
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.
|
You can either whitelist this domain using: `whitelist.sh 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.
|
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.
|
||||||
|
|
||||||
@ -26,7 +26,7 @@ There is also a useful registry setting on [this microsoft page](https://answers
|
|||||||
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.
|
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)
|
### 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 extention called uBlock, which can be used to hide those elements. You can find this extenion on the [uBlock github page](https://github.com/gorhill/uBlock)
|
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)
|
||||||
|
|
||||||
### Can I redirect a domain to a different domain? [#333](https://github.com/pi-hole/pi-hole/issues/333)
|
### Can I redirect a domain to a different domain? [#333](https://github.com/pi-hole/pi-hole/issues/333)
|
||||||
If you want to redirect traffic from `www.exampledomain1.com` to `www.differentdomain.com` that is possible. There are a few things you need to do to get this working.
|
If you want to redirect traffic from `www.exampledomain1.com` to `www.differentdomain.com` that is possible. There are a few things you need to do to get this working.
|
||||||
@ -45,5 +45,5 @@ www.exampledomain1.com www.differentdomain.com
|
|||||||
exampledomain1.com differentdomain.com
|
exampledomain1.com differentdomain.com
|
||||||
```
|
```
|
||||||
* This would redirect exampledomain1.com to differentdomain.com. The actual markup is
|
* This would redirect exampledomain1.com to differentdomain.com. The actual markup is
|
||||||
`domain/ip adres-redirect-from-domain redirect-to-domain`
|
`domain/ip address-redirect-from-domain redirect-to-domain`
|
||||||
* Please note, iff the domain you are trying to redirect elsewhere is already in pi-hole's blacklist, it is going to be duplicated there, run `whitelist.sh <domain>` so that it is ignored by pi-hole, and is instead picked up by `customRedirect.list`
|
* Please note, if the domain you are trying to redirect elsewhere is already in pi-hole's blacklist, it is going to be duplicated there, run `whitelist.sh <domain>` so that it is ignored by pi-hole, and is instead picked up by `customRedirect.list`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user