wstunnel/package.yml
Alexander Zhirov 055ee31104
Some checks failed
Build / Build project (push) Failing after 1m52s
10.4.1
2025-06-03 23:46:50 +03:00

28 lines
1.3 KiB
YAML

name : wstunnel
version : 10.4.1
release : 8
source :
- https://github.com/erebe/wstunnel/archive/refs/tags/v10.4.1.tar.gz : 976e8132cf4ed120d8db4b2304f500408938ab857ad025b6fbe7f60d4d306ab0
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
install -Dm00644 $pkgfiles/wstunnel-client.service $installdir/%libdir%/systemd/system/wstunnel-client.service
install -Dm00644 $pkgfiles/wstunnel-server.service $installdir/%libdir%/systemd/system/wstunnel-server.service
install -Dm00644 $pkgfiles/wstunnel.conf $installdir/usr/share/defaults/etc/wstunnel/wstunnel.conf
install -Dm00755 $pkgfiles/wstunnel-client $installdir/usr/bin/wstunnel-client
install -Dm00755 $pkgfiles/wstunnel-server $installdir/usr/bin/wstunnel-server