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)