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 <mark.drobnak@gmail.com>
This commit is contained in:
Mark Drobnak
2019-01-25 17:33:39 -08:00
committed by Mcat12
parent 7e0f1ad424
commit aad3ebaf32
-9
View File
@@ -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