go-http-tunnel
go-http-tunnel copied to clipboard
Need to change the default port's used 80 and 443.
Since i am using apache in the port 80, need the server in different port. pls guide how we can achieve this
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.