Skip to content

Expose your local http service to public network with ssh tunnel

License

Notifications You must be signed in to change notification settings

wang0618/localshare

Repository files navigation

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

Resources

License

Stars

Watchers

Forks