mirror of
https://github.com/mmatczuk/go-http-tunnel.git
synced 2026-05-15 06:06:03 -06:00
[GH-ISSUE #150] Need to change the default port's used 80 and 443. #94
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#94
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 @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
@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 -hand it'll spit out all the usage options including defaults.