1
0

Fix pihole dashboard access

This commit is contained in:
nicolas.dorier
2025-03-20 23:57:01 +09:00
parent b4586c1d5d
commit f97850780f
3 changed files with 10 additions and 0 deletions

View File

@@ -26,6 +26,12 @@ From now everytime a device will connect to your local network, they will automa
## Using the dashboard
Pi-Hole comes with a very nice admin dashboard to monitor its activity.
It is disabled by default. To enable it, you need to configure `PIHOLE_SERVERIP` to the IP of your server:
```bash
PIHOLE_SERVERIP="192.168.1.2"
. btcpay-setup.sh -i
```
If your device is using pi-hole as a DNS server, you should now be able to browse `http://pi.hole/admin` to connect to your dashboard.