mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
1014 B
1014 B
Pihole
Table of contents
TL;DR
# Check the status.
pihole status
# Temporarily disable blocking.
pihole disable '5m'
# Follow the logs in real-time.
pihole tail
# Set or change the Web Interface's password.
pihole -a -p
pihole -a -p 'new-password'
# Show Chronometer, the console dashboard of real-time stats.
pihole -c
# Show Chronometer and exit.
pihole -c -e
# Empty Pi-hole's logs.
pihole flush
# Update Graviton's DB.
pihole -g
# Backup all settings and the configuration.
# Without a path, the backup will be created in the current directory.
# The resulting archive can be imported using the Settings > Teleport webpage.
pihole -a -t
pihole -a -t 'path/to/backup/file.tar.gz'