You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
function localtunnel { lt -s YOUR_SUBDOMAIN --port 5000 } until localtunnel; do echo "localtunnel server crashed" sleep 2 done
This line should be changed from this: lt -s YOUR_SUBDOMAIN --port 5000
to this: lt --subdomain YOUR_SUBDOMAIN --port 5000
function localtunnel { lt -s YOUR_SUBDOMAIN --port 5000 } until localtunnel; do echo "localtunnel server crashed" sleep 2 done
This line should be changed from this:
lt -s YOUR_SUBDOMAIN --port 5000
to this:
lt --subdomain YOUR_SUBDOMAIN --port 5000
according to their github page
https://github.com/localtunnel/localtunnel
The text was updated successfully, but these errors were encountered: