File: control

package info (click to toggle)
proxychains 3.1-8.1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,684 kB
  • sloc: sh: 10,508; ansic: 1,012; makefile: 31
file content (90 lines) | stat: -rw-r--r-- 2,739 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
Source: proxychains
Section: net
Priority: optional
Maintainer: Daniel Echeverry <epsilon77@gmail.com>
Uploaders:
 Aron Xu <aron@debian.org>,
Build-Depends:
 debhelper (>= 11),
Homepage: http://proxychains.sourceforge.net
Standards-Version: 4.2.1
Vcs-Git: https://salsa.debian.org/debian/proxychains.git
Vcs-Browser: https://salsa.debian.org/debian/proxychains

Package: libproxychains-dev
Section: libdevel
Architecture: any
Pre-Depends:
 ${misc:Pre-Depends},
Depends:
 libproxychains3 (= ${binary:Version}),
 ${misc:Depends},
Suggests:
 proxychains,
Breaks:
 proxychains (<< 3.1-1),
Replaces:
 proxychains (<< 3.1-1),
Multi-Arch: same
Description: proxy chains -- shared library (development)
 Proxy chains force any tcp connection made by any given tcp client
 to follow through proxy (or proxy chain). It is a kind of proxifier.
 It acts like sockscap / premeo / eborder driver ( intercepts TCP calls )
 .
 See 'proxychains' package for more detailed description.
 .
 This package contains development header files for the shared library used
 by proxychains.

Package: libproxychains3
Architecture: any
Section: libs
Pre-Depends:
 ${misc:Pre-Depends},
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Recommends:
 dnsutils,
Suggests:
 proxychains,
Breaks:
 proxychains (<< 3.1-1),
Replaces:
 proxychains (<< 3.1-1),
Multi-Arch: same
Description: proxy chains -- shared library (runtime)
 Proxy chains force any tcp connection made by any given tcp client
 to follow through proxy (or proxy chain). It is a kind of proxifier.
 It acts like sockscap / premeo / eborder driver ( intercepts TCP calls )
 .
 See 'proxychains' package for more detailed description.
 .
 This package contains runtime for the shared library used by proxychains.
 .
 The package 'dnsutils' is needed to perform DNS requests through proxy. In the
 case you turned 'proxy_dns' option off in configuration file you don't need
 dnsutils to be installed.

Package: proxychains
Architecture: all
Depends:
 libproxychains3 (>= ${binary:Version}),
 ${misc:Depends},
Multi-Arch: foreign
Description: proxy chains - redirect connections through proxy servers
 Proxy chains force any tcp connection made by any given tcp client
 to follow through proxy (or proxy chain). It is a kind of proxifier.
 It acts like sockscap / premeo / eborder driver ( intercepts TCP calls )
 .
 This version supports SOCKS4, SOCKS5 and HTTP CONNECT proxy servers.
 Different proxy types can be mixed in the same chain.
 .
 Features
   * Access Internet from behind restrictive firewall.
   * Source IP masquerade.
   * SSH tunneling and forwarding.
   * Dynamic LAN-to-LAN VPN channel.
   * Servers and daemons friendly (works fine with sendmail MTA).
 .
 http://proxychains.sourceforge.net