mirror of
https://github.com/pi-hole/docs.git
synced 2024-12-06 19:27:12 +01:00
Merge pull request #83 from pi-hole/fix/FTL-kill-memory-commands
Remove >kill and >memory FTL telnet commands
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user