diff --git a/Useful-console-command-examples.md b/Useful-console-command-examples.md index b848726..3d5c401 100644 --- a/Useful-console-command-examples.md +++ b/Useful-console-command-examples.md @@ -87,10 +87,11 @@ There are several ways to interact with the console: ##### Top-level Networking Related: -- [client](#client) - Information and control over connected clients. +- [client](#client) - Information and control over incoming connections. +- [peer](#peer) - Information and control over outgoing connections. +- [resource](#resource) - Information and control over incoming request handlers. + - [host](#host) - Domain Name System diagnostic suite. -- [peer](#peer) - Information and controls for connections to other servers. -- [resource](#resource) - Information about the registered HTTP handler hierarchy. - [well_known](#well_known) - well-known diagnostic (i.e. `well_known matrix server `) ##### Miscellaneous Diagnostics & Tools: