We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63680bf commit 33eb1a0Copy full SHA for 33eb1a0
pages/linux/pihole.md
@@ -3,13 +3,13 @@
3
> Manage the Pi-hole ad-blocking DNS server.
4
> More information: <https://docs.pi-hole.net/main/pihole-command>.
5
6
-- Check the Pi-hole daemon's status:
+- Check Pi-hole's status:
7
8
`pihole status`
9
10
- Update Pi-hole and Gravity:
11
12
-`pihole {{[-up|updatePihole]}}`
+`sudo pihole {{[-up|updatePihole]}}`
13
14
- Start or stop the daemon:
15
@@ -25,7 +25,7 @@
25
26
- Allow or deny the specified domain:
27
28
-`pihole {{allowlist|denylist}} {{example.com}}`
+`pihole {{allow|deny}} {{example.com}}`
29
30
- Search the lists for a domain:
31
0 commit comments