jweslley/localtunnel

Does not work with custom ports

daler-rahimov opened this issue · 0 comments

I have my own localtunnel server setup, that is listening on different port ( it's long and complicated to explain why it's not port 80 so I won't ). With localtunnel client Node.js implementation everything is working but with this one connection is getting closed right away. With port 80 it's working fine.

Server cmd:

sudo ./bin/server --port 1234 --domain sub_d.main_d.com 

Client cmd & Output:

./lt -p 5000 -h http://sub_d.main_d.com :1234
your url is: http://sub_d.main_d.com :1234
Bye! tunnel closed