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
|
Source: onionbalance
Maintainer: Debian Privacy Tools Maintainers <pkg-privacy-maintainers@lists.alioth.debian.org>
Uploaders: Federico Ceratto <federico@debian.org>
Section: net
Priority: optional
Build-Depends: debhelper (>= 9), dh-systemd
Build-Depends-Indep:
tox,
python3-all,
python3-crypto,
python3-docutils,
python3-future,
python3-pytest,
python3-pytest-mock,
python3-setproctitle,
python3-setuptools,
python3-sphinx (>= 1.3.1),
python3-sphinxcontrib.autoprogram,
python3-stem (>= 1.4.1b),
python3-yaml
Standards-Version: 4.0.0
Homepage: https://github.com/DonnchaC/onionbalance
Vcs-Git: https://anonscm.debian.org/git/pkg-privacy/packages/onionbalance.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-privacy/packages/onionbalance.git
Testsuite: autopkgtest-pkg-python
Package: onionbalance
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
adduser,
lsb-base (>= 3.1-23.2),
python3-stem (>= 1.4.1b),
tor (>= 0.2.7.1)
Description: Tor hidden service load balancer
The onionbalance tool provides load-balancing and redundancy for Tor
hidden services by distributing user requests to multiple backend
Tor instances.
|