wstunnel icon indicating copy to clipboard operation
wstunnel copied to clipboard

tunnel over websocket

Results 8 wstunnel issues
Sort by recently updated
recently updated
newest added

Hello :D Your script is really good, can you please add HTTP header injection & reverse port forwarding? Thanks

Hello everyone, Please I need help. I've configured everything & wstunnel and SSH are working as intended on my Linux PC: SSH client wstunnel (client) internet wstunnel (server) SSH server...

I have requirement to use https://github.com/mhzed/wstunnel server and connect chisel client with it. wstunnel server is running on localhost:8081, getting below error when trying to connect chisel client 127.0.0.1:8081 127.0.0.1:8086:127.0.0.1:22...

Bumps [ip](https://github.com/indutny/node-ip) from 1.1.5 to 1.1.9. Commits 1ecbf2f 1.1.9 6a3ada9 lib: fixed CVE-2023-42282 and added unit test 5dc3b2f 1.1.8 8e6f28b lib: even better node 6 support 088c9e5 1.1.7 1a4ca35 lib:...

dependencies

Thanks for your websocket tunnel implementation! I've wanted to run it behind NGINX reverse proxy with TLS. nginx config part: ``` location /ws_proxy/ { proxy_pass http://127.0.0.1:8080; proxy_buffering off; proxy_http_version 1.1;...

Could you please create a docker image that will run on a Raspberry Pi 4 as well (platform linux/arm64/v8 ) ? I saw [here](https://hub.docker.com/r/mhzed/wstunnel/tags) that currently there is only a...

I have just tried the new version on wstunnel and it crashes straight way on the server when a 10.0.0 client crashes it on connection. My server command launch is...