Skip to content

Instantly share code, notes, and snippets.

@KavenTheriault
Created December 20, 2018 14:01
Show Gist options
  • Save KavenTheriault/d8867b9b39c9e089a951017882ab99d9 to your computer and use it in GitHub Desktop.
Save KavenTheriault/d8867b9b39c9e089a951017882ab99d9 to your computer and use it in GitHub Desktop.
Expose local servers to the internet

Expose localhost port 8000 to the internet

ssh -R 80:localhost:8000 serveo.net

https://serveo.net/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment