mirror of
https://github.com/3proxy/3proxy.git
synced 2026-08-31 15:01:05 +00:00
initial implementation of debian building rules
This commit is contained in:
parent
e5db29d1cb
commit
a6445334e2
11 changed files with 71 additions and 11 deletions
18
scripts/debian/control
Normal file
18
scripts/debian/control
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
Source: 3proxy
|
||||
Maintainer: z3APA3A <3apa3a@3proxy.org>
|
||||
Section: net
|
||||
Priority: optional
|
||||
Standards-Version: 4.0.0
|
||||
Build-Depends: debhelper (>=10)
|
||||
Homepage: https://3proxy.org/
|
||||
Vcs-Git: https://github.com/z3APA3A/3proxy
|
||||
Vcs-Browser: https://github.com/z3APA3A/3proxy
|
||||
|
||||
Package: 3proxy
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||
Description: tiny free proxy server
|
||||
3Proxy tiny free proxy server is really tiny freeware proxy servers set.
|
||||
It includes HTTP proxy with HTTPS and FTP support, SOCKSv4/SOCKSv4.5/SOCKSv5 proxy (socks/socks.exe), POP3 proxy, SMTP proxy, FTP proxy, caching DNS proxy, TCP and UDP portmappers.
|
||||
You can use every proxy as a standalone program (socks, proxy, tcppm, udppm, pop3p) or use combined program (3proxy). Combined proxy additionally supports features like access control, bandwidth limiting, limiting daily/weekly/monthly traffic amount, proxy chaining, log rotation, syslog and ODBC logging, etc.
|
||||
It's created to be small, simple and yet very functional.
|
||||
Loading…
Add table
Add a link
Reference in a new issue