From e870e317995f56c342ddb17dd05e8a9c710bf23e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Er=C3=A8be=20-=20Romain=20Gerard?= Date: Thu, 25 Aug 2016 09:12:20 +0200 Subject: [PATCH] Maj readme --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 50c6690..384ad70 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,15 @@ # wstunnel ``` - Use the websockets protocol to tunnel {TCP,UDP} traffic wsTunnelClient <---> wsTunnelServer <---> RemoteHost Use secure connection (wss://) to bypass proxies + wstunnel [OPTIONS] ws[s]://wstunnelServer[:port] 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 -u --udp forward UDP traffic instead of TCP @@ -22,7 +25,6 @@ Common options: -q --quiet Print only errors -h --help Display help message -V --version Print version information - ``` ## TODO