From b49eaa9bc591fde8c8e8ecc8bbc10bb3fab020d0 Mon Sep 17 00:00:00 2001 From: Adam Warner Date: Mon, 28 Oct 2024 16:52:31 +0000 Subject: [PATCH] Add reloadDNS/lists to hte pihole-command page Signed-off-by: Adam Warner --- docs/main/pihole-command.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/docs/main/pihole-command.md b/docs/main/pihole-command.md index a8a8c1c..2f5f53b 100644 --- a/docs/main/pihole-command.md +++ b/docs/main/pihole-command.md @@ -225,3 +225,24 @@ Switch Pi-hole subsystems to a different GitHub branch. An admin can specify rep | Example Usage | `pihole setpassword` | Set the Web Interface an API password. Password can be entered as an option (e.g: `pihole setpassword secretpassword`), or separately as to not display on the screen (e.g: `pihole setpassword`). + +### Reload Lists + +| | | +| -------------- | -------------- | +| Help Command | N/A | +| Script Location | [`/usr/local/bin/pihole`](https://github.com/pi-hole/pi-hole/blob/master/pihole) | +| Example Usage | `pihole reloadlists` | + +Reload DNS lists. Note: This will NOT re-read any *.conf files + +### Reload DNS + +| | | +| -------------- | -------------- | +| Help Command | N/A | +| Script Location | [`/usr/local/bin/pihole`](https://github.com/pi-hole/pi-hole/blob/master/pihole) | +| Example Usage | `pihole reloaddns` | + +Flush and reload the pihole-FTL DNS cache. Note: This will NOT re-read any *.conf files +