tty-share
tty-share copied to clipboard
tty-share does not start HTTP server on port 8000
I'm running tty-share with --public and --command, expecting the local session at http://localhost:8000 to be available. However, nothing is listening on port 8000. Steps to reproduce:
./tty-share_linux-amd64 --public --verbose --command bash
Output:
public session: https://on.tty-share.com/s/...
local session: http://localhost:8000/s/local/
ERRO[0005] Cannot proxy the connection to the target HTTP server: dial tcp [::1]:8000: connect: connection refused
Additional details: netstat confirms no process is listening on port 8000. Binary version: latest release from GitHub.