From a08fd14a025bbc2a2464dffa3f6a9204e5d819ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Er=C3=A8be=20-=20Romain=20Gerard?= Date: Sun, 22 Oct 2023 10:25:04 +0200 Subject: [PATCH] Update README.md Former-commit-id: ec46a91477c129813c4158091e5689d0c7f85809 [formerly d5ded1a127e800e07f8a46bafd63017b6cdb8f25] [formerly 7d89897fef4c2059bc35470e295e1f1f5380a213 [formerly 6aee13ee92ea2d472c696207261e9f69e61b8bc4]] Former-commit-id: 3fd354464c64841bb047c45c2b2e0fa2c14296e9 [formerly 589a329aeb708f90a6805f73281459df4971fd15] Former-commit-id: 8315d8156c79f0b2a2ac0470b4e6999e8c021fda Former-commit-id: d46c15e51136c678c25dc3b46373b7cad854cbf1 Former-commit-id: 33caf17c3d4bbaefbe34369f6286d6261dc0f683 Former-commit-id: f304a9caa44a80a43c0f658c6c88a042d400f626 [formerly 9fa6b30465addd6d35be0a7b7b350bc77b6acb2e] Former-commit-id: e403dab0a5c535d611cb63eaf82edf3d6a809fa7 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index be9e5b9..1cf13f2 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Most of the time when you are using a public network, you are behind some kind o This tool understands this fact and uses the websocket protocol which is compatible with http in order to bypass firewalls and proxies. Wstunnel allows you to tunnel what ever traffic you want. -My inspiration came from [this project](https://www.npmjs.com/package/wstunnel) but as I don't want to install npm and nodejs to use this tool, I remade it in Haskell and improved it. +My inspiration came from [this project](https://www.npmjs.com/package/wstunnel) but as I don't want to install npm and nodejs to use this tool, I remade it in ~~Haskell~~ Rust and improved it. **What to expect:**