mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 12:45:59 +02:00
pihole: add examples (#6189)
This commit is contained in:
parent
6534b52a2e
commit
c5b0987e78
1 changed files with 9 additions and 1 deletions
|
@ -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`
|
||||
|
|
Loading…
Add table
Reference in a new issue