From c2e9d0d5bf2918e5444884a521de3dfbfbb45df9 Mon Sep 17 00:00:00 2001 From: Alexander Zhirov Date: Wed, 15 Oct 2025 18:36:50 +0300 Subject: [PATCH] init 0.17.3 --- README.md | 3 +++ files/series | 1 + files/service.patch | 12 ++++++++++++ package.yml | 20 ++++++++++++++++++++ 4 files changed, 36 insertions(+) create mode 100644 README.md create mode 100644 files/series create mode 100644 files/service.patch create mode 100644 package.yml diff --git a/README.md b/README.md new file mode 100644 index 0000000..6769f1f --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# ByeDPI + +Implementation of some DPI bypass methods. The program is a local SOCKS proxy server. diff --git a/files/series b/files/series new file mode 100644 index 0000000..2dfc4d9 --- /dev/null +++ b/files/series @@ -0,0 +1 @@ +service.patch diff --git a/files/service.patch b/files/service.patch new file mode 100644 index 0000000..b940b76 --- /dev/null +++ b/files/service.patch @@ -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 diff --git a/package.yml b/package.yml new file mode 100644 index 0000000..8dd5d38 --- /dev/null +++ b/package.yml @@ -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