Skip to content

Latest commit

 

History

History
34 lines (29 loc) · 482 Bytes

README.md

File metadata and controls

34 lines (29 loc) · 482 Bytes

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. Modify config.yaml
  2. Launch wstunnel
  3. Connect to your local port.
  4. 🎉

Credits