[GH-ISSUE #43] Start subcommand may not exist #39

Closed
opened 2026-03-02 23:01:56 +03:00 by kerem · 1 comment
Owner

Originally created by @Kumassy on GitHub (Apr 29, 2021).
Original GitHub issue: https://github.com/agrinman/tunnelto/issues/43

Hi.
I'm interested in this awesome project!

I found a possible mistake in README.md. Should this line

CTRL_HOST="localhost" CTRL_PORT=5000 CTRL_TLS_OFF=1 cargo run --bin tunnelto -- start -p 8000

be

CTRL_HOST="localhost" CTRL_PORT=5000 CTRL_TLS_OFF=1 cargo run --bin tunnelto -- -p 8000

?

Originally created by @Kumassy on GitHub (Apr 29, 2021). Original GitHub issue: https://github.com/agrinman/tunnelto/issues/43 Hi. I'm interested in this awesome project! I found a possible mistake in [README.md](https://github.com/agrinman/tunnelto/blob/master/README.md). Should this line ``` CTRL_HOST="localhost" CTRL_PORT=5000 CTRL_TLS_OFF=1 cargo run --bin tunnelto -- start -p 8000 ``` be ``` CTRL_HOST="localhost" CTRL_PORT=5000 CTRL_TLS_OFF=1 cargo run --bin tunnelto -- -p 8000 ``` ?
kerem closed this issue 2026-03-02 23:01:56 +03:00
Author
Owner

@agrinman commented on GitHub (Apr 30, 2021):

Correct this was old, thanks will fix it.

<!-- gh-comment-id:829796804 --> @agrinman commented on GitHub (Apr 30, 2021): Correct this was old, thanks will fix it.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/tunnelto#39
No description provided.