Add tip to use SSH and exozyme as an ngrok alternative

Anthony Wang 2023-07-10 16:19:33 +00:00
parent 3ded579966
commit 3a0a7a95a8

6
SSH.md

@ -30,4 +30,8 @@ Host exozyme
### SOCKS proxy
You can route your internet traffic through exozyme using [SOCKS](https://en.wikipedia.org/wiki/SOCKS) (a bit like a VPN but simpler). First, start the SOCKS proxy using `ssh -D 8080 exozy.me`. Now configure your web browser to use the SOCKS proxy at `localhost:8080`.
You can route your internet traffic through exozyme using [SOCKS](https://en.wikipedia.org/wiki/SOCKS) (a bit like a VPN but simpler). First, start the SOCKS proxy using `ssh -D 8080 exozy.me`. Now configure your web browser to use the SOCKS proxy at `localhost:8080`.
### ngrok alternative
You can use SSH reverse port forwarding to make a port on your local machine publicly available on the internet. If you would like to expose port 8000 on your local machine, just run `ssh -R /srv/http/pages/subdomain:localhost:8000 exozy.me` and it will be accessible at https://subdomain.exozy.me.