[GH-ISSUE #150] Need to change the default port's used 80 and 443. #94

Open
opened 2026-05-05 11:01:06 -06:00 by gitea-mirror · 1 comment
Owner

Originally created by @CharlesGerman on GitHub (Sep 1, 2023).
Original GitHub issue: https://github.com/mmatczuk/go-http-tunnel/issues/150

Since i am using apache in the port 80, need the server in different port. pls guide how we can achieve this

Originally created by @CharlesGerman on GitHub (Sep 1, 2023). Original GitHub issue: https://github.com/mmatczuk/go-http-tunnel/issues/150 Since i am using apache in the port 80, need the server in different port. pls guide how we can achieve this
Author
Owner

@mabwah-arista commented on GitHub (Dec 7, 2023):

You can specify the addresses (including ports) via command line parameters: -httpAddr, -httpsAddr, -tunnelAddr, -sniAddr.

To see them all just run tunneld -h and it'll spit out all the usage options including defaults.

<!-- gh-comment-id:1846044477 --> @mabwah-arista commented on GitHub (Dec 7, 2023): You can specify the addresses (including ports) via command line parameters: `-httpAddr`, `-httpsAddr`, `-tunnelAddr`, `-sniAddr`. To see them all just run `tunneld -h` and it'll spit out all the usage options including defaults.
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#94
No description provided.