I built a tunnel service demo, which uses ssh, and it can be used with one line of commands without installing any software。
like this:
ssh -R 80:127.0.0.1:8080 test@thetbw.com
8080
is the port which you want forward,80
is irrelevant
test
is you accout, password istest1
,you can also go to thetbw.com to register an account, but the interface is in Chinese, I don't have that much energy for now
Linux and mac come with ssh, and windows, you only need to open openssh in the optional function.
If you think it's good, look forward to your feedback, this is just a demo, please don't use it for production purposes, I haven't finished developing it yet, and the server may be shut down at any time
Top comments (0)