mirror of
https://github.com/mmatczuk/go-http-tunnel.git
synced 2026-05-15 14:16:17 -06:00
[GH-ISSUE #68] Add configuration for server listening ports #29
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#29
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 @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.
@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
@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.