hypertunnel icon indicating copy to clipboard operation
hypertunnel copied to clipboard

adding relay port

Open shoebox639 opened this issue 5 years ago • 0 comments

Currently, the relay port is always random. This doesn't work well if the server is dockerized. It needs to know which ports to forward when the server starts. It looks like the server already takes in relay port, but the client is just never sending it.

This PR adds a -r, --relay-port option to the client CLI. If the option is set, that port will be sent to the server and used as the relay port.

shoebox639 avatar Sep 06 '19 16:09 shoebox639