vi / websocat

Command-line client for WebSockets, like netcat (or curl) for ws:// with advanced socat-like functions
MIT License
6.72k stars 257 forks source link

how to make it accessible publicly #195

Closed garudaonekh closed 10 months ago

garudaonekh commented 10 months ago

Hello, I can connect locally. How to connect from the Internet? I already allow port on my Ubuntu. I use DigitalOcean cloud

vi commented 10 months ago

How do you start Websocat? Something like websocat -s 1234?

If so, try something like websocat -s [::]:1234 or websocat -s 0.0.0.0:1234 instead.