10.1.10
All checks were successful
Build / Build project (push) Successful in 9m27s

This commit is contained in:
Alexander Zhirov 2025-05-02 14:23:00 +03:00
parent 2d64c525bb
commit bea4aa6c80
Signed by: alexander
GPG key ID: C8D8BE544A27C511
2 changed files with 29 additions and 0 deletions

9
README.md Normal file
View file

@ -0,0 +1,9 @@
# wstunnel
Wstunnel uses the websocket protocol which is compatible with http in order to bypass firewalls and proxies. Wstunnel allows you to tunnel whatever traffic you want and access whatever resources/site you need.
## Understand command line syntax <a name="syntax"></a>
Wstunnel command line mimic ssh tunnel syntax.
You can take reference to [this article](https://iximiuz.com/en/posts/ssh-tunnels/), or this diagram to understand
![ssh-tunnels](https://iximiuz.com/ssh-tunnels/ssh-tunnels.png)