Maj readme
This commit is contained in:
parent
56db49d2eb
commit
e870e31799
1 changed files with 5 additions and 3 deletions
|
@ -1,12 +1,15 @@
|
||||||
# wstunnel
|
# wstunnel
|
||||||
```
|
```
|
||||||
|
|
||||||
Use the websockets protocol to tunnel {TCP,UDP} traffic
|
Use the websockets protocol to tunnel {TCP,UDP} traffic
|
||||||
wsTunnelClient <---> wsTunnelServer <---> RemoteHost
|
wsTunnelClient <---> wsTunnelServer <---> RemoteHost
|
||||||
Use secure connection (wss://) to bypass proxies
|
Use secure connection (wss://) to bypass proxies
|
||||||
|
|
||||||
wstunnel [OPTIONS] ws[s]://wstunnelServer[:port]
|
wstunnel [OPTIONS] ws[s]://wstunnelServer[:port]
|
||||||
Client options:
|
Client options:
|
||||||
-L --localToRemote=[BIND:]PORT:HOST:PORT Listen on local and forward
|
-L --localToRemote=[BIND:]PORT:HOST:PORT Listen on local and forwards
|
||||||
|
traffic from remote
|
||||||
|
-D --dynamicToRemote=[BIND:]PORT Listen on local and dynamically
|
||||||
|
(with socks5 proxy) forwards
|
||||||
traffic from remote
|
traffic from remote
|
||||||
-u --udp forward UDP traffic instead of
|
-u --udp forward UDP traffic instead of
|
||||||
TCP
|
TCP
|
||||||
|
@ -22,7 +25,6 @@ Common options:
|
||||||
-q --quiet Print only errors
|
-q --quiet Print only errors
|
||||||
-h --help Display help message
|
-h --help Display help message
|
||||||
-V --version Print version information
|
-V --version Print version information
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## TODO
|
## TODO
|
||||||
|
|
Loading…
Reference in a new issue