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
|
Source: vanguards
Maintainer: Debian Privacy Tools Maintainers <pkg-privacy-maintainers@lists.alioth.debian.org>
Uploaders: Iain R. Learmonth <irl@debian.org>, Ana Custura <ana@netstat.org.uk>
Section: net
Priority: optional
Build-Depends: debhelper (>= 11),
dh-exec,
dh-python,
pypy,
pypy-setuptools,
python3-pytest <!nocheck>,
python3-stem (>= 1.6.0-3.1) <!nocheck>,
pypy-stem (>= 1.6.0-3.1),
pypy-ipaddress
Standards-Version: 4.1.5
Vcs-Browser: https://salsa.debian.org/pkg-privacy-team/vanguards
Vcs-Git: https://salsa.debian.org/pkg-privacy-team/vanguards.git
Homepage: https://github.com/mikeperry-tor/vanguards
Package: vanguards
Architecture: all
Depends: ${misc:Depends},
${pypy:Depends},
pypy-ipaddress,
tor
Description: Additional protections for Tor Onion Services
vanguards uses the Stem Tor control port library to connect to a Tor control
port. It has three defense subsystems: Vanguards, Rendguard, and Bandguards.
All three subsystems apply to both service-side and client-side onion service
activity, but NOT to any client traffic that exits the Tor network to the
normal Internet.
|