From aad3ebaf32b2e48a7f042c63b21db6785125314c Mon Sep 17 00:00:00 2001 From: Mark Drobnak Date: Fri, 25 Jan 2019 17:33:39 -0800 Subject: [PATCH] Remove >kill and >memory FTL telnet commands These commands have been removed from FTL: https://github.com/pi-hole/FTL/pull/395 https://github.com/pi-hole/FTL/pull/317 Signed-off-by: Mark Drobnak --- docs/ftldns/telnet-api.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/docs/ftldns/telnet-api.md b/docs/ftldns/telnet-api.md index f3ec3de..4548647 100644 --- a/docs/ftldns/telnet-api.md +++ b/docs/ftldns/telnet-api.md @@ -2,8 +2,6 @@ Connect via e.g. `telnet 127.0.0.1 4711` or use `echo ">command" | nc 127.0.0.1 - `>quit`: Closes connection to client -- `>kill`: Terminates `FTL` - - `>stats` : Get current statistics ``` domains_being_blocked 116007 @@ -101,13 +99,6 @@ Connect via e.g. `telnet 127.0.0.1 4711` or use `echo ">command" | nc 127.0.0.1 ``` Variant: `>recentBlocked (4)` show the four most recent blocked domains -- `>memory` : get information about `FTL`'s memory usage due to its internal data structure - ``` - memory allocated for internal data structure: 2944708 bytes (2.94 MB) - dynamically allocated allocated memory used for strings: 23963 bytes (23.96 KB) - Sum: 2968671 bytes (2.97 MB) - ``` - - `>clientID` : Get ID of currently connected client ``` 6