Metadata-Version: 2.4
Name: Onionbalance
Version: 0.2.3
Summary: Onionbalance provides load-balancing and redundancy for Tor hidden services by distributing requests to multiple backend Tor instances.
Home-page: https://github.com/asn-d6/onionbalance
Author: George Kadianakis, Donncha O'Cearbhaill
Author-email: asn@torproject.org
License: GPL
Keywords: tor
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: COPYING
Requires-Dist: setuptools
Requires-Dist: stem>=1.8
Requires-Dist: PyYAML>=4.2b1
Requires-Dist: pycryptodomex
Requires-Dist: setproctitle
Requires-Dist: cryptography>=2.5
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Onionbalance

![Onionbalance Logo](docs/assets/onionbalance.jpg "Onionbalance")

# Introduction

Onionbalance allows Tor onion service requests to be distributed across
multiple backend Tor instances. Onionbalance provides load-balancing while also
making onion services more resilient and reliable by eliminating single
points-of-failure.

# Getting Started

Installation and usage documentation is available at
https://onionservices.torproject.org/apps/base/onionbalance

# Contact

This software is under active development and likely contains bugs. Please
open bug reports on GitLab if you discover any issues with the software or
documentation.

    pub   rsa4096/0x0B67F75BCEE634FB 2022-02-03 [SC] [expires: 2024-01-07]
          Key fingerprint = AD41 7800 1C4C B1DB 0587  12D0 0B67 F75B CEE6 34FB
    uid                   [ultimate] Silvio Rhatto <rhatto@torproject.org>
    sub   rsa4096/0x2C66AD5343667625 2022-02-03 [E] [expires: 2024-01-07]

The Onionbalance software was originally authored and maintained by Donncha Ó
Cearbhaill, and was later maintained by George Kadianakis. Thanks for all the
code!!!
