Skip to content
This repository has been archived by the owner on Jun 30, 2021. It is now read-only.

rinsuki/wstunnel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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. 🎉