Release v2.4.1
Unclaimed project
Are you a maintainer of tty-share? Claim this project to take control of your public changelog and roadmap.
Release v2.4.1
This version adds an option to tunnel a TCP connection from the client to the server. It works in a similar way ssh -L option does, the main difference being that the server needs to accept tunnel forwarding (-A option on the server side). See the Readme, and the --help flag.
Example:
~ $ tty-share --public -A
public session: https://on.tty-share.com/s/L8...
This release adds a few things:
--no-wait)--headless)The --headless option is quite handy for cases when you want to run tty-share from other tools that don't have a terminal attached.
For example, you can a shell into a...
Change how tty-share works in order to add support for local network sessions. Read a bit more about this change in docs/old-version.md.
New features:
--public)--readonly)