You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe you meant ws-u:, i.e. ws-upgrade: instead of ws-l:?
ws-l: basically means ws-u:tcp-l:, so your command line is interpreted as ws-u:tcp-l:tcp-l:127.0.0.1:8808 and it parses tcp-l:127.0.0.1:8808 as a socket address.
Using alternative transport for
ws-listen
does not appear to work as described in the documentation.The invocations
from the documentation both result in
My particular use case involves something like
ws-l:tcp:*:* tcp:*:*
like the connect-connect side of a "TCP gender changer".websocat --version
reports1.13.0
.Btw this program is awesome. Thanks so much for your hard work. :)
The text was updated successfully, but these errors were encountered: