Onionbalance -- mirror of https://gitlab.torproject.org/tpo/onion-services/onionbalance/ -- please create issues and pull requests there
Go to file
Silvio Rhatto 918e8f6242 Merge branch 'fix/csucu-thesis' into 'main'
Fix: docs: cases: additional references for Ceysun Sucu's thesis

See merge request tpo/onion-services/onionbalance!24
2024-10-07 18:15:44 +00:00
.github Fix: disable pull requests on Onionbalance GitHub mirror (#34) 2024-08-06 14:36:22 -03:00
docs Fix: docs: cases: additional references for Ceysun Sucu's thesis 2024-10-07 15:11:40 -03:00
onionbalance Add --hs-version parameter back 2024-03-27 12:23:55 +01:00
scripts Fix: scripts: docs-redirections: do not operate on auxiliar HTML files (page index and search) (#28) 2024-08-05 12:36:20 -03:00
test Remove onion service v2 support 2024-01-28 16:11:03 +01:00
.gitattributes Initial support for v3 onion services. 2020-01-31 16:28:53 +01:00
.gitignore Fix: docs: .gitignore update (#28) 2024-08-05 10:25:54 -03:00
.gitlab-ci.yml Fix: docs: redirection improvements (#28) 2024-08-05 10:41:05 -03:00
.readthedocs.yaml Fix: docs: leave a comment on how Read the Docs build process was disabled (#28) 2024-08-06 12:34:44 -03:00
.travis.yml Remove some tests that have been broken for a while 2021-04-19 01:11:04 +03:00
CHANGES.md Feat: migrate to Onion MkDocs (#28) 2024-07-31 19:35:16 -03:00
COPYING Inital commit, very buggy! 2015-04-02 11:34:19 +01:00
MANIFEST.in Feat: migrate to Onion MkDocs (#28) 2024-07-31 19:35:16 -03:00
mkdocs.yml Fix: docs: mkdocs-redirects config 2024-08-06 09:57:17 -03:00
onionbalance-config.py Initial support for v3 onion services. 2020-01-31 16:28:53 +01:00
onionbalance.py Address inconsistent capitalization (OnionBalance -> Onionbalance) 2021-05-08 14:58:51 +03:00
README.md Fix: docs: README: point to the correct site URL 2024-08-06 11:01:49 -03:00
renovate.json Add renovate.json 2023-10-11 18:08:40 +00:00
requirements.txt Drop dependency on future 2023-08-29 19:07:03 +02:00
setup.cfg Removing tox for clarity in CI and tests 2021-04-09 11:01:08 +03:00
setup.py Fix: setupy.py: long_description (2) 2024-07-31 19:41:34 -03:00
test-requirements.txt Removing tox for clarity in CI and tests 2021-04-09 11:01:08 +03:00
versioneer.py versioneer: replace deprecated (and removed in 3.12) SafeConfigParser 2023-07-10 10:32:48 +03:00

Onionbalance

Onionbalance Logo

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!!!