From 242559ff9b83cf01f850bd27ee0f74a2e13f2fd9 Mon Sep 17 00:00:00 2001 From: DL6ER Date: Sat, 5 Feb 2022 10:45:41 +0100 Subject: [PATCH] Add documentation for https://github.com/pi-hole/FTL/pull/1295 Signed-off-by: DL6ER --- docs/ftldns/telnet-api.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/ftldns/telnet-api.md b/docs/ftldns/telnet-api.md index 0347bbb..893139a 100644 --- a/docs/ftldns/telnet-api.md +++ b/docs/ftldns/telnet-api.md @@ -161,6 +161,12 @@ Connect via e.g. `telnet 127.0.0.1 4711` or use `echo ">command" | nc 127.0.0.1 53 ``` +- `>maxlogage`: Get timespan of the statistics shown on the dashboard + + ```text + 86400 + ``` + Note that the port can also be `0` if someone decides to disable the DNS server part of Pi-hole {!abbreviations.md!}