wang0618 / localshare

Expose your local http service to public network with ssh tunnel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

localshare

Expose your local http service to public network with ssh tunnel

Quickstart

ssh -R /:localhost:80 -p 1022 app.pywebio.online

This command will give you an entrypoint, which you can use to access your http://localhost:80 in public network. To expose other local http service, change the localhost:80 part of the command to your local http service address.


If you want build your own tunnel service, refer to this doc.

About

Expose your local http service to public network with ssh tunnel

License:MIT License


Languages

Language:Python 55.1%Language:Shell 34.4%Language:Smarty 6.8%Language:Dockerfile 3.6%