Update README.md

This commit is contained in:
Erèbe - Romain Gerard 2024-04-19 20:59:35 +02:00 committed by GitHub
parent 81e57bd81c
commit 465a72d5e2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -32,9 +32,10 @@ nodejs to use this tool, I remade it in ~~Haskell~~ Rust and improved it.
**What to expect:** **What to expect:**
* Good error messages and debug information * Good error messages and debug information
* Static forward and reverse tunneling (TCP, UDP, Unix socket) * Static forward and reverse tunneling (TCP, UDP, Unix socket, Stdio)
* Dynamic tunneling (TCP, UDP Socks5 proxy and Transparent Proxy) * Dynamic tunneling (TCP, UDP Socks5 proxy and Transparent Proxy)
* Support for http proxy (when behind one) * Support for http proxy (when behind one)
* Support of proxy protocol
* Support for tls/https server with certificates auto-reload (with embedded self-signed certificate, or your own) * 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) * Support of mTLS with certificates auto-reload - [documentation here](https://github.com/erebe/wstunnel/blob/main/docs/using_mtls.md)
* Support IPv6 * Support IPv6