Delivery-Date: Wed, 01 Jul 2015 12:27:13 -0400
Return-Path: <tor-talk-bounces@lists.torproject.org>
X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on moria.seul.org
X-Spam-Level: 
X-Spam-Status: No, score=-4.1 required=5.0 tests=BAYES_00,DKIM_SIGNED,
	RCVD_IN_DNSWL_MED,T_DKIM_INVALID,T_RP_MATCHES_RCVD autolearn=ham version=3.3.1
X-Original-To: archiver@seul.org
Delivered-To: archiver@seul.org
Received: from eugeni.torproject.org (eugeni.torproject.org [38.229.72.13])
	(using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by khazad-dum.seul.org (Postfix) with ESMTPS id 83A4A1E0DC6;
	Wed,  1 Jul 2015 12:27:11 -0400 (EDT)
Received: from eugeni.torproject.org (localhost [127.0.0.1])
	by eugeni.torproject.org (Postfix) with ESMTP id 386DB360C2;
	Wed,  1 Jul 2015 16:27:06 +0000 (UTC)
Received: from localhost (localhost [127.0.0.1])
 by eugeni.torproject.org (Postfix) with ESMTP id 4C393360C3
 for <tor-talk@lists.torproject.org>; Wed,  1 Jul 2015 16:27:03 +0000 (UTC)
X-Virus-Scanned: Debian amavisd-new at 
Received: from eugeni.torproject.org ([127.0.0.1])
 by localhost (eugeni.torproject.org [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id RT6ScCD8VznL for <tor-talk@lists.torproject.org>;
 Wed,  1 Jul 2015 16:27:03 +0000 (UTC)
Received: from windmill.donncha.is (unknown [IPv6:2001:41d0:8:da8a::1])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client CN "windmill.donncha.is",
 Issuer "StartCom Class 1 Primary Intermediate Server CA" (not verified))
 by eugeni.torproject.org (Postfix) with ESMTPS id 1F29E35FFE
 for <tor-talk@lists.torproject.org>; Wed,  1 Jul 2015 16:27:03 +0000 (UTC)
Received: from [192.168.42.62] (unknown [89.100.162.177])
 by windmill.donncha.is (Postfix) with ESMTPSA id B628F12B1
 for <tor-talk@lists.torproject.org>; Wed,  1 Jul 2015 19:13:06 +0200 (CEST)
DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=donncha.is; s=dkim;
 t=1435770786; bh=Ccay7QkebkTPKhdHZfo9jDP4oSU0d3IKeLWacdtYItk=;
 h=Date:From:To:Subject:From;
 b=YyXTMNT4T83ODMabmyR3HAaFYQ14PJIIF78coVrsyteMl9b10Arc+x3Emndd5dUva
 +qaBBMfzHjigNYqT/WTKyNfsceG+GkC4UDi3NWCKx54FsOY+P80s90ZoDFO+gQ6BAS
 fxtP7UQ9rJGxiTurpfxXesNLwghes0Fd6/PmUR7w=
Message-ID: <559414AC.4060801@donncha.is>
Date: Wed, 01 Jul 2015 17:26:20 +0100
From: Donncha O'Cearbhaill <donncha@donncha.is>
User-Agent: Mozilla/5.0 (X11; Linux x86_64;
 rv:31.0) Gecko/20100101 Thunderbird/31.7.0
MIME-Version: 1.0
To: tor-talk@lists.torproject.org
OpenPGP: url=http://donncha.is/donncha.asc
Subject: [tor-talk] OnionBalance 0.1.1 Alpha released - Hidden Service Load
	Balancing
X-BeenThere: tor-talk@lists.torproject.org
X-Mailman-Version: 2.1.15
Precedence: list
Reply-To: tor-talk@lists.torproject.org
List-Id: "all discussion about theory, design,
 and development of Onion Routing" <tor-talk.lists.torproject.org>
List-Unsubscribe: <https://lists.torproject.org/cgi-bin/mailman/options/tor-talk>, 
 <mailto:tor-talk-request@lists.torproject.org?subject=unsubscribe>
List-Archive: <http://lists.torproject.org/pipermail/tor-talk/>
List-Post: <mailto:tor-talk@lists.torproject.org>
List-Help: <mailto:tor-talk-request@lists.torproject.org?subject=help>
List-Subscribe: <https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-talk>, 
 <mailto:tor-talk-request@lists.torproject.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============8015726131862224764=="
Errors-To: tor-talk-bounces@lists.torproject.org
Sender: "tor-talk" <tor-talk-bounces@lists.torproject.org>

This is an OpenPGP/MIME signed message (RFC 4880 and 3156)
--===============8015726131862224764==
Content-Type: multipart/signed; micalg=pgp-sha512;
 protocol="application/pgp-signature";
 boundary="cBlPMWbVRraXiVUMbKRVKJQLEPV3M5vd5"

This is an OpenPGP/MIME signed message (RFC 4880 and 3156)
--cBlPMWbVRraXiVUMbKRVKJQLEPV3M5vd5
Content-Type: text/plain; charset=windows-1252
Content-Transfer-Encoding: quoted-printable

Hello all,

Today I've released the first version of my OnionBalance tool which is
being developed as part of Tor's Summer of Privacy program.

What is OnionBalance you ask? OnionBalance provides load-balancing and
redundancy for Tor hidden services by distributing client requests to
multiple backend Tor instances. By acting at the Tor circuit level,
OnionBalance can overcome the current issue where all traffic for a Tor
hidden service needs to pass through a single Tor instance (running
mostly on a single core).

This is an alpha release. There are likely bugs which cause the
OnionBalance service to crash or not operate correctly. I would very
much appreciate any feedback or bug reports. In particular I would like
to improve the documentation and make the tool easier for operators to
install and run.

The latest release can be installed right now via the PyPI repository or
from Github [1, 2]

Documentation: https://onionbalance.readthedocs.org

Kind Regards,
Donncha O'Cearbhaill

[1] https://pypi.python.org/pypi/OnionBalance
[2] https://github.com/DonnchaC/onionbalance

For reference all OnionBalance releases will be signed by my PGP key:

pub   4096R/0x3B0D706A7FBFED86 2013-06-27 [expires: 2016-07-11]
      Key fingerprint =3D 7EFB DDE8 FD21 11AE A7BE  1AA6 3B0D 706A 7FBF E=
D86
uid                 [ultimate] Donncha O'Cearbhaill <donncha@donncha.is>



--cBlPMWbVRraXiVUMbKRVKJQLEPV3M5vd5
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: OpenPGP digital signature
Content-Disposition: attachment; filename="signature.asc"

-----BEGIN PGP SIGNATURE-----

iQGcBAEBCgAGBQJVlBSsAAoJENYNZOc0WPKFMeQL/1MZypMnX+My8dnPO2zSN0i2
5U7I+4M+I0u4a9Kl8EGXja/5I22aiYcjlDPeHAaw+KVkpJDqexKE3Il0OMyUqHjd
vgplCMU26WIswUtCvTITfMowt8TOLb8TCpDahpOkLU03MFnOOyzn010HXvT3vB/E
asbQtKT2p2DJ6ttI3jIH9Zfpe8KampQA4GBymBLLlGLuW92shZIBw03TRLCiLnTE
+Mim8T8hR6usn/uJhBOignvGb9Wkf3sM61lDbFHVsw5+tBbHG6v/AzPOgYjshJiP
rq5C7D2JVz6wm+y3b0fUEP+lXgMnItPOAbJ8RVKxzFrV0xt8kMMwCMKcQk4TgEH3
3FV6rnQ5ofzma9018aud+AHBJsP9QlKHgrhLyorFKBzZm2fACAZohU3dSoHiIQfO
r9HTkJoDVUqQ8r2MlaQCt5bTUW7QgmpBLeq2hT/VnTdoDPtM3tAZEREtM42gw/aS
3IjMHbVqi+/FEzNhegc9bKqrgFxNDvDG6kH70ACzGA==
=bLU7
-----END PGP SIGNATURE-----

--cBlPMWbVRraXiVUMbKRVKJQLEPV3M5vd5--

--===============8015726131862224764==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

-- 
tor-talk mailing list - tor-talk@lists.torproject.org
To unsubscribe or change other settings go to
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-talk

--===============8015726131862224764==--

