From c5b0987e78ac92d05f0f60313e8855616da2d624 Mon Sep 17 00:00:00 2001 From: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com> Date: Fri, 2 Jul 2021 20:29:24 +0100 Subject: [PATCH] pihole: add examples (#6189) --- pages/linux/pihole.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/pages/linux/pihole.md b/pages/linux/pihole.md index 927ef2064..ff738dffe 100644 --- a/pages/linux/pihole.md +++ b/pages/linux/pihole.md @@ -1,12 +1,16 @@ # pihole -> Terminal interface for the Pi-Hole ad-blocking DNS server. +> Terminal interface for the Pi-hole ad-blocking DNS server. > More information: . - Check the Pi-hole daemon's status: `pihole status` +- Update Pi-hole: + +`pihole updatePihole` + - Monitor detailed system status: `pihole chronometer` @@ -26,3 +30,7 @@ - Search the lists for a domain: `pihole query {{example.com}}` + +- Open a real-time log of connections: + +`pihole tail`