update readme

This commit is contained in:
Σrebe - Romain GERARD 2024-01-23 13:51:04 +01:00
parent f3f060cb08
commit 13aa664caf
No known key found for this signature in database
GPG key ID: 7A42B4B97E0332F4

View file

@ -32,10 +32,11 @@ My inspiration came from [this project](https://www.npmjs.com/package/wstunnel)
* Good error messages and debug information
* Static forward and reverse tunneling (TCP, UDP, Unix socket)
* Dynamic tunneling (Socks5 proxy and Transparent Proxy)
* Dynamic tunneling (TCP, UDP Socks5 proxy and Transparent Proxy)
* Support for http proxy (when behind one)
* Support for tls/https server with certificates auto-reload (with embedded self-signed certificate, or your own)
* Support IPv6
* Support for Websocket and HTTP2 as transport protocol (websocket is more performant)
* **Standalone binaries** (so just cp it where you want) [here](https://github.com/erebe/wstunnel/releases)
## Note <a name="note"></a>