From 7a738b5dd1d6b4d5de0b17b9e62712512b09bec7 Mon Sep 17 00:00:00 2001 From: Alexander Zhirov Date: Sat, 29 Mar 2025 19:40:27 +0300 Subject: [PATCH] init --- README.md | 9 +++++++++ package.yml | 20 ++++++++++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 README.md create mode 100644 package.yml diff --git a/README.md b/README.md new file mode 100644 index 0000000..bdadb6c --- /dev/null +++ b/README.md @@ -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 + +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) diff --git a/package.yml b/package.yml new file mode 100644 index 0000000..0ca5a27 --- /dev/null +++ b/package.yml @@ -0,0 +1,20 @@ +name : wstunnel +version : 10.1.10 +release : 1 +source : + - https://github.com/erebe/wstunnel/archive/refs/tags/v10.1.10.tar.gz : 803bbc3274617ec67a141ae41488054d7edb103da8570a58b0134a5c68645ffe +homepage : https://github.com/erebe/wstunnel +license : BSD-3-Clause +component : network.util +summary : Tunnel all your traffic over websocket protocol - Bypass firewalls/DPI +description: | + 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. +builddeps : + - rust +networking : yes +setup : | + %cargo_fetch +build : | + %cargo_build --package wstunnel-cli +install : | + %cargo_install