All checks were successful
Build / Build project (push) Successful in 12m4s
20 lines
784 B
YAML
20 lines
784 B
YAML
name : wstunnel
|
|
version : 10.2.0
|
|
release : 2
|
|
source :
|
|
- https://github.com/erebe/wstunnel/archive/refs/tags/v10.2.0.tar.gz : e5b29465c447c110e4f7d2c1e99a9e6e883f2ddaf6373459d1008607811e637d
|
|
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
|