Update README.md
This commit is contained in:
parent
d1782138c0
commit
9156766f25
1 changed files with 2 additions and 3 deletions
|
@ -36,7 +36,7 @@ nodejs to use this tool, I remade it in ~~Haskell~~ Rust and improved it.
|
||||||
* 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 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
|
* Support of mTLS with certificates auto-reload - [documentation here](https://github.com/erebe/wstunnel/blob/main/docs/using_mtls.md)
|
||||||
* Support IPv6
|
* Support IPv6
|
||||||
* Support for Websocket and HTTP2 as transport protocol (websocket is more performant)
|
* 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)
|
* **Standalone binaries** (so just cp it where you want) [here](https://github.com/erebe/wstunnel/releases)
|
||||||
|
@ -47,8 +47,7 @@ Part of WsTunnel development has been sponsored by
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a href="https://serviceplanet.nl">
|
<a href="https://serviceplanet.nl">
|
||||||
<img width="200" height="200" src="https://github.com/erebe/wstunnel/raw/main/docs/logo_serviceplanet.png" alt="service planet logo"/>
|
<img width="200" height="200" src="https://github.com/erebe/wstunnel/raw/main/docs/logo_serviceplanet.png" alt="service planet logo"/>
|
||||||
</a>
|
</a></p>
|
||||||
</p>
|
|
||||||
|
|
||||||
## Note <a name="note"></a>
|
## Note <a name="note"></a>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue