Update README.md

This commit is contained in:
Erèbe - Romain Gerard 2024-08-16 09:58:24 +02:00 committed by GitHub
parent 58c268bd94
commit 32da1d6fd2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)