mirror of
https://github.com/mmatczuk/go-http-tunnel.git
synced 2026-05-15 14:16:17 -06:00
[GH-ISSUE #93] Feature Request: Add Server Command to list all registered client endpoints. #51
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/go-http-tunnel#51
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bmcgonag on GitHub (Apr 3, 2019).
Original GitHub issue: https://github.com/mmatczuk/go-http-tunnel/issues/93
As a go-http-tunnel administrator, I'd like to have a command line argument that would give me a list of the registered tunnel clients at that time, and their IP addresses (if possible), and any other statistics like time connected, etc.
Ex:
tunneld --liveClientswould return something like
Something like that.
@markusr commented on GitHub (Apr 16, 2019):
I think this should be implemented in different binary.
tunnel-cli --liveClientssimilar to
mysqldfor the database itself andmysqlfor the command line interface.@bmcgonag commented on GitHub (May 19, 2019):
I like that idea @markusr . I could deal with a second binary for that.
Don't suppose there's a way to do this today?