pihole: add examples (#6189)

This commit is contained in:
CleanMachine1
2021-07-02 20:29:24 +01:00
committed by GitHub
parent 6534b52a2e
commit c5b0987e78

View File

@@ -1,12 +1,16 @@
# pihole # pihole
> Terminal interface for the Pi-Hole ad-blocking DNS server. > Terminal interface for the Pi-hole ad-blocking DNS server.
> More information: <https://pi-hole.net>. > More information: <https://pi-hole.net>.
- Check the Pi-hole daemon's status: - Check the Pi-hole daemon's status:
`pihole status` `pihole status`
- Update Pi-hole:
`pihole updatePihole`
- Monitor detailed system status: - Monitor detailed system status:
`pihole chronometer` `pihole chronometer`
@@ -26,3 +30,7 @@
- Search the lists for a domain: - Search the lists for a domain:
`pihole query {{example.com}}` `pihole query {{example.com}}`
- Open a real-time log of connections:
`pihole tail`