From 5c46560bcef80de2b678e2694b63a13042074b5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Er=C3=A8be=20-=20Romain=20Gerard?= Date: Tue, 28 Nov 2023 13:56:18 +0100 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 30b76ac..eaeb5c4 100644 --- a/README.md +++ b/README.md @@ -19,13 +19,12 @@ My inspiration came from [this project](https://www.npmjs.com/package/wstunnel) **What to expect:** * Good error messages and debug informations -* Static tunneling (TCP and UDP) +* Static forward and reverse tunneling (TCP and UDP) * Dynamic tunneling (socks5 proxy) * Support for http proxy (when behind one) * Support for tls/https server (with embedded self-signed certificate, see comment in the example section) * Support IPv6 -* **Standalone binary for linux x86_64** (so just cp it where you want) [here](https://github.com/erebe/wstunnel/releases) -* Standalone archive for windows +* **Standalone binaries** (so just cp it where you want) [here](https://github.com/erebe/wstunnel/releases) P.S: Please do not pay attention to Main.hs because as I hate to write command line code this file is crappy