Browse Source

Remove unrecommended exposure of pi hole on port 80

master
nicolas.dorier 5 years ago
parent
commit
08e8f5f8c6
No known key found for this signature in database GPG Key ID: 6618763EF09186FE
  1. 9
      docs/pihole.md

9
docs/pihole.md

@ -52,15 +52,6 @@ Then running again
docker logs pihole | grep random
```
## Make pi-hole the eafult host for the Reverse Proxy Server
As per here: https://github.com/pi-hole/docker-pi-hole#tips-and-tricks adding this will make the experience even more user firendly, blocking more ads. This will mean, when you visit port 80 with just your IP (eg. 192.168.1.2 etc) for pi-hole, pihole will show as the deafult page.
```bash
REVERSEPROXY_DEFAULT_HOST="pi.hole"
. btcpay-setup.sh -i
```
## Adding custom entry to pi-hole dns
You can easily add your local domains to pi-hole.

Loading…
Cancel
Save