init 0.17.3
All checks were successful
Build / Build project (push) Successful in 36s

This commit is contained in:
Alexander Zhirov 2025-10-15 18:36:50 +03:00
parent d4be7b4ce8
commit c2e9d0d5bf
Signed by: alexander
GPG key ID: C8D8BE544A27C511
4 changed files with 36 additions and 0 deletions

3
README.md Normal file
View file

@ -0,0 +1,3 @@
# ByeDPI
Implementation of some DPI bypass methods. The program is a local SOCKS proxy server.

1
files/series Normal file
View file

@ -0,0 +1 @@
service.patch

12
files/service.patch Normal file
View file

@ -0,0 +1,12 @@
diff --git a/dist/linux/byedpi.service b/dist/linux/byedpi.service
index 7abe067..3dd44a1 100644
--- a/dist/linux/byedpi.service
+++ b/dist/linux/byedpi.service
@@ -8,6 +8,7 @@ After=network-online.target nss-lookup.target
NoNewPrivileges=yes
StandardOutput=null
StandardError=journal
+EnvironmentFile=-/usr/share/defaults/etc/byedpi.conf
EnvironmentFile=-/etc/byedpi.conf
EnvironmentFile=-%h/.config/byedpi.conf
ExecStart=ciadpi $BYEDPI_OPTIONS

20
package.yml Normal file
View file

@ -0,0 +1,20 @@
name : byedpi
version : 0.17.3
release : 1
source :
- git|https://github.com/hufrea/byedpi.git : 9938d7435d6750e88ea1d6280788db4b4ef8870f
homepage : https://github.com/hufrea/byedpi
license : MIT
component : network.util
summary : Implementation of some DPI bypass methods. The program is a local SOCKS proxy server.
description: |
Implementation of some DPI bypass methods. The program is a local SOCKS proxy server.
networking : yes
setup : |
%apply_patches
build : |
make
install : |
install -Dm755 ciadpi "${installdir}/usr/bin/ciadpi"
install -Dm644 dist/linux/byedpi.conf -t ${installdir}/usr/share/defaults/etc
install -Dm644 dist/linux/byedpi.service -t ${installdir}/usr/lib/systemd/system