rinsuki / wstunnel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wstunnel

TCP over WebSocket

[something tcp server]
 |
 |  <= TCP
 |
[wstunnel server]
 ||
 || <= WebSocket
 ||
[you can add some reverse-proxy or other to here]
 ||
 || <= WebSocket
 ||
[wstunnel client]
 |
 | <= TCP
 |
[something tcp client]

How to Use

  1. Launch wstunnel server. e.g. wstunnel server 0.0.0.0:8888 127.0.0.1:25565
  2. Launch wstunnel client. e.g. wstunnel client 127.0.0.1:25565 ws://server:8888/ws
  3. Connect to your local port.
  4. 🎉

About

License:MIT License


Languages

Language:Go 93.7%Language:Shell 6.3%