pihole: add examples (#6189)

beep
CleanMachine1 2021-07-02 20:29:24 +01:00 committed by GitHub
parent 6534b52a2e
commit c5b0987e78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 1 deletions

View File

@ -1,12 +1,16 @@
# 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>.
- Check the Pi-hole daemon's status:
`pihole status`
- Update Pi-hole:
`pihole updatePihole`
- Monitor detailed system status:
`pihole chronometer`
@ -26,3 +30,7 @@
- Search the lists for a domain:
`pihole query {{example.com}}`
- Open a real-time log of connections:
`pihole tail`