0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-05-23 13:23:46 +02:00

Updated Useful console command examples (markdown)

Jason Volk 2020-08-25 12:06:19 -07:00
parent a5d153b0d2
commit ec4d3a3935

@ -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 <host>`)
##### Miscellaneous Diagnostics & Tools: