From 9b1e8ac753c80e778e17c07f87287feda0b57d32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Er=C3=A8be=20-=20Romain=20Gerard?= Date: Fri, 26 Aug 2016 20:51:01 +0200 Subject: [PATCH] maj readme Former-commit-id: 0c8101e2faf435e33f919e12b3610238a5869a47 Former-commit-id: 7ee163a61a1e835ab4079fe9e1feb0174213063c [formerly 6b1ddcc68530831d6e993ff603aa002d8a8b459e [formerly 8cb315738a569c3126102206857333e0d1b98e4e] [formerly 8cb315738a569c3126102206857333e0d1b98e4e [formerly 8cb315738a569c3126102206857333e0d1b98e4e [formerly 9c283730b8baf2a48b973be68fe19b74c014116b]]]] Former-commit-id: da3adba0304907feed557ffecaa4621db740f004 Former-commit-id: 8224a55d0d869f6701b3f5e8215a8f65fca74a41 Former-commit-id: d4fa9d934faa4b56b64f3b54ed665ed08e4931d1 Former-commit-id: 4ecf649fe5962d81331accc93cf2b7cbd4f9efe0 [formerly decd649a238d18771e33792f705aed188c2be7c8] Former-commit-id: 1a5b3f931e5fa5505273e026b11ef59833aee0df --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 14c1023..05fd728 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,11 @@ ## Description -Most of the time when you are using a public network, you are behind some kind of firewall or proxy. One of their purpose is to constrain you to only use certain kind of protocols. Nowadays, the most widespread protocol is http and is de facto allowed by third party equipement. +Most of the time when you are using a public network, you are behind some kind of firewall or proxy. One of their purpose is to constrain you to only use certain kind of protocols. Nowadays, the most widespread protocol is http and is de facto allowed by third party equipment. 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 went from [this project](https://www.npmjs.com/package/wstunnel) but as I don't want to have 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 and improved it. **What to expect :**