mirror of
https://github.com/agrinman/tunnelto.git
synced 2026-04-26 01:06:01 +03:00
[GH-ISSUE #44] Improved CLI Syntax for --dashboard-address #41
Labels
No labels
Need more info
bug
duplicate
enhancement
good first issue
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tunnelto#41
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 @jchristn on GitHub (Apr 29, 2021).
Original GitHub issue: https://github.com/agrinman/tunnelto/issues/44
What's the syntax?
@agrinman commented on GitHub (Apr 29, 2021):
tunnelto --dashboard-address 0.0.0.0:8000is how I do it on macOS/linux@agrinman commented on GitHub (Apr 29, 2021):
sorry this needs (1) docs (2) lenient parsing :)
@jchristn commented on GitHub (Apr 29, 2021):
Can confirm on Windows that
--dashboard-address 127.0.0.1:60000resolves tolocalhost:60000and so does0.0.0.0:60000. Seems removinghttp://was all that was needed. Thanks!@agrinman commented on GitHub (Apr 30, 2021):
Np. But will keep open as this needs doc/CLI improvements
@agrinman commented on GitHub (May 1, 2021):
In 0.1.16 you can now simplify specify a port
--dashboard-port 1234