Skip to content

Instantly share code, notes, and snippets.

@sagarpanda
Last active September 16, 2019 08:46
Show Gist options
  • Select an option

  • Save sagarpanda/be9b8f2f8dc6c3edef6464836a824a21 to your computer and use it in GitHub Desktop.

Select an option

Save sagarpanda/be9b8f2f8dc6c3edef6464836a824a21 to your computer and use it in GitHub Desktop.
access localhost from internet
ssh -R 80:localhost:8080 ssh.localhost.run
ssh -R 80:localhost:3000 serveo.net
# Request multiple tunnels at once
ssh -R 80:localhost:8888 -R 80:localhost:9999 serveo.net
npm install -g localtunnel
lt --port 8000
https://github.com/localtunnel/localtunnel
https://www.pluralsight.com/guides/exposing-your-local-node-js-app-to-the-world
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment