mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-10 03:15:41 +02:00
pihole: refresh page (#16987)
This commit is contained in:
parent
013d143df2
commit
9e1de5ad25
1 changed files with 3 additions and 3 deletions
|
@ -3,13 +3,13 @@
|
||||||
> Manage the Pi-hole ad-blocking DNS server.
|
> Manage the Pi-hole ad-blocking DNS server.
|
||||||
> More information: <https://docs.pi-hole.net/main/pihole-command>.
|
> More information: <https://docs.pi-hole.net/main/pihole-command>.
|
||||||
|
|
||||||
- Check the Pi-hole daemon's status:
|
- Check Pi-hole's status:
|
||||||
|
|
||||||
`pihole status`
|
`pihole status`
|
||||||
|
|
||||||
- Update Pi-hole and Gravity:
|
- Update Pi-hole and Gravity:
|
||||||
|
|
||||||
`pihole {{[-up|updatePihole]}}`
|
`sudo pihole {{[-up|updatePihole]}}`
|
||||||
|
|
||||||
- Start or stop the daemon:
|
- Start or stop the daemon:
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@
|
||||||
|
|
||||||
- Allow or deny the specified domain:
|
- Allow or deny the specified domain:
|
||||||
|
|
||||||
`pihole {{allowlist|denylist}} {{example.com}}`
|
`pihole {{allow|deny}} {{example.com}}`
|
||||||
|
|
||||||
- Search the lists for a domain:
|
- Search the lists for a domain:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue