From 32da1d6fd28456417ea96ddcbe54d24d8106054e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Er=C3=A8be=20-=20Romain=20Gerard?= Date: Fri, 16 Aug 2024 09:58:24 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9b5bf23..287ab32 100644 --- a/README.md +++ b/README.md @@ -33,9 +33,9 @@ nodejs to use this tool, I remade it in ~~Haskell~~ Rust and improved it. * Easy to use * Good error messages and debug information -* Static forward and reverse tunneling (TCP, UDP, Unix socket, Stdio) -* Dynamic tunneling (TCP, UDP Socks5 proxy, HTTP proxy and Transparent Proxy) -* Support for http proxy (when behind one) +* Static forward (reverse) tunneling (TCP, UDP, Unix socket, Stdio) +* Dynamic (reverse) tunneling (Socks5 proxy, HTTP proxy and Transparent Proxy) +* Support for using http proxy (when behind one) as gateway * Support of proxy protocol * Support for tls/https server with certificates auto-reload (with embedded self-signed certificate, or your own) * Support of mTLS with certificates auto-reload - [documentation here](https://github.com/erebe/wstunnel/blob/main/docs/using_mtls.md)