Skip to content

Instantly share code, notes, and snippets.

@Mozartted
Created May 23, 2018 04:56
Show Gist options
  • Save Mozartted/46e0828c51cec34c172ebf990a9bb0a2 to your computer and use it in GitHub Desktop.
Save Mozartted/46e0828c51cec34c172ebf990a9bb0a2 to your computer and use it in GitHub Desktop.
// run a reverse proxy to your server via ssh
ssh -R 5000:127.0.0.1:8000 youruser@mainname.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment