From de9fc93bd68e6b7608255e145494cb0dbe33b625 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Er=C3=A8be=20-=20Romain=20Gerard?= Date: Mon, 8 Jan 2024 16:20:57 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 18dba47..2bbbf5d 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ Options: linux only and requires sudo/CAP_NET_ADMIN 'stdio://google.com:443' => listen for data from stdio, mainly for `ssh -o ProxyCommand="wstunnel client -L stdio://%h:%p ws://localhost:8080" my-server` - -R, --remote-to-local <{tcp,udp}://[BIND:]PORT:HOST:PORT> + -R, --remote-to-local <{tcp,udp,socks5}://[BIND:]PORT:HOST:PORT> Listen on remote and forwards traffic from local. Can be specified multiple times. examples: 'tcp://1212:google.com:443' => listen on server for incoming tcp cnx on port 1212 and forward to google.com on port 443 from local machine