localtunnel / server

server for localtunnel.me
https://localtunnel.me
MIT License
3.02k stars 979 forks source link

lt --host command not working #180

Open curiousartem opened 2 years ago

curiousartem commented 2 years ago

Hey, when I type the lt --host command, with all the required arguments, it doesn't show anything in response.

This is what I type in: C:\Users\azureuser>lt --host http://spaceynetwork.me --port 1234 --subdomain spacey

Can someone please help me fix this problem? Thanks!

JackBailey commented 2 years ago

Hi! Just ran into this issue, adding --host example.com to the startup command for the server worked for me

Example: bin/server --port 1234 --host example.com

Similar thing for docker (Which is what I did)