From ec4d3a39358cfa4311f5ae807f11d7f0dc9a4029 Mon Sep 17 00:00:00 2001 From: Jason Volk Date: Tue, 25 Aug 2020 12:06:19 -0700 Subject: [PATCH] Updated Useful console command examples (markdown) --- Useful-console-command-examples.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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: