|
|
|
|
|
by malaya_zemlya
2705 days ago
|
|
If you don't want to install any third-party apps, you can do much the same by spinning up an AWS box and using SSH remote port forwarding ssh -NT -R 0:localhost:80 youraccount@yourbox.amazonaws.com
I also do an extra step and put an nginx proxy in front to translate hostnames into correct port numbers, but that's optional. |
|