Merge pull request #83 from pi-hole/fix/FTL-kill-memory-commands

Remove >kill and >memory FTL telnet commands
This commit is contained in:
Mark Drobnak
2019-01-26 14:29:49 -05:00
committed by GitHub
-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