Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Localtunnel alternative not working

I connect my app to Localtunnel. It was working very well until last week, but now it's not working:

this error comes

like image 921
Harry1992 Avatar asked Jan 29 '23 05:01

Harry1992


1 Answers

lt -h http://serverless.social -p 3000 

This was a quick fix that I found, and it works well

lt -h http://serverless.social -p 3000 --subdomain charls 

Will also let you have a custom subdomain name.

like image 168
Philzace Avatar answered Jan 31 '23 20:01

Philzace