File: control

package info (click to toggle)
microsocks 1.0.5-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 168 kB
  • sloc: ansic: 1,091; sh: 68; makefile: 48
file content (32 lines) | stat: -rw-r--r-- 1,198 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Source: microsocks
Section: utils
Priority: optional
Maintainer: Peter Pentchev <roam@debian.org>
Build-Depends:
 debhelper (>> 13.15.2~),
 dh-package-notes,
 dh-sequence-single-binary,
 dpkg-build-api (= 1),
 python3 <!nocheck>,
 python3-test-tunnel (>> 0.1.1-2~) <!nocheck>,
X-DH-Compat: 14
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/debian/microsocks.git
Vcs-Browser: https://salsa.debian.org/debian/microsocks
Homepage: https://github.com/rofl0r/microsocks
X-Style: black

Package: microsocks
Architecture: any
Description: multithreaded, small, efficient SOCKS5 server
 MicroSocks - multithreaded, small, efficient SOCKS5 server, is a SOCKS5
 service that you can run on your remote boxes to tunnel connections
 through them, if for some reason SSH doesn't cut it for you.
 .
  - It's very lightweight, and very light on resources too.
  - It's also designed to be robust: it handles resource exhaustion gracefully
 by simply denying new connections, instead of calling abort() as most
 other programs do these days.
  - Another plus is ease-of-use: no config file necessary, everything can
 be done from the command line and doesn't even need any parameters for
 quick setup.