mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-13 15:24:24 +00:00
32 lines
629 B
Markdown
32 lines
629 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
|
|
|
|
- [Website]
|
|
- [Github]
|
|
- The [pihole] command
|
|
- [Run Pi-hole as a container with Podman on openSUSE]
|
|
|
|
<!-- project's references -->
|
|
[github]: https://github.com/pi-hole/pi-hole
|
|
[website]: https://pi-hole.net/
|
|
|
|
<!-- internal references -->
|
|
[pihole]: pihole.md
|
|
|
|
<!-- external references -->
|
|
[run pi-hole as a container with podman on opensuse]: https://www.suse.com/c/pihole-podman-opensuse/
|