2024-08-30 16:02:41 +03:00
|
|
|
%define debug %nil
|
|
|
|
%define debug_package %nil
|
|
|
|
|
|
|
|
Name: byedpi
|
2025-02-15 17:21:30 +00:00
|
|
|
Version: 0.16.6
|
2024-08-30 16:02:41 +03:00
|
|
|
Release: 1
|
|
|
|
Summary: Bypass DPI
|
|
|
|
URL: https://github.com/hufrea/byedpi
|
|
|
|
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
|
|
|
|
License: MIT
|
|
|
|
Group: Security
|
|
|
|
Provides: ciadpi
|
|
|
|
BuildRequires: make
|
|
|
|
|
|
|
|
%description
|
|
|
|
Implementation of some DPI bypass methods. The program is a
|
|
|
|
local SOCKS proxy server.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
install -Dm0755 ciadpi %{buildroot}%{_bindir}/ciadpi
|
|
|
|
|
|
|
|
%files
|
|
|
|
%doc README.md LICENSE
|
|
|
|
%{_bindir}/ciadpi
|
|
|
|
|
|
|
|
|