Files
oam/knowledge base/pi-hole.md
2022-11-06 23:31:19 +01:00

21 lines
314 B
Markdown

# Pi-hole
## TL;DR
```sh
# One-step automated install.
curl -sSL 'https://install.pi-hole.net' | bash
# Update Graviton's DB.
pihole -g
# Check when Graviton's DB has been updated.
stat /etc/pihole/gravity.db
```
## Further readings
- Pi-hole's [repository]
[repository]: https://github.com/pi-hole/pi-hole