[GH-ISSUE #68] Add configuration for server listening ports #29

Closed
opened 2026-05-05 10:57:55 -06:00 by gitea-mirror · 2 comments
Owner

Originally created by @andrewwippler on GitHub (Jan 8, 2018).
Original GitHub issue: https://github.com/mmatczuk/go-http-tunnel/issues/68

It would be nice to have an option to specify alternate ports that the server listens on for http and https requests.

Originally created by @andrewwippler on GitHub (Jan 8, 2018). Original GitHub issue: https://github.com/mmatczuk/go-http-tunnel/issues/68 It would be nice to have an option to specify alternate ports that the server listens on for http and https requests.
Author
Owner

@mmatczuk commented on GitHub (Jan 8, 2018):

You do that by specifying host:port, https://github.com/mmatczuk/go-http-tunnel/blob/master/cmd/tunneld/options.go#L52

<!-- gh-comment-id:356009611 --> @mmatczuk commented on GitHub (Jan 8, 2018): You do that by specifying host:port, https://github.com/mmatczuk/go-http-tunnel/blob/master/cmd/tunneld/options.go#L52
Author
Owner

@andrewwippler commented on GitHub (Jan 8, 2018):

Wow, that was a quick fix :)

Newer to Go and did not get to that point in the source before creating an issue. Glad to have that option available.

<!-- gh-comment-id:356011171 --> @andrewwippler commented on GitHub (Jan 8, 2018): Wow, that was a quick fix :) Newer to Go and did not get to that point in the source before creating an issue. Glad to have that option available.
Sign in to join this conversation.
No labels
pull-request
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: github-starred/go-http-tunnel#29
No description provided.