tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 14d781fff6bd88c4e0cd5b741629c3e79c8612d9
parent 4264717ca377464b5304df0e3a322afaef72d812
Author: Suphanat Chunhapanya <haxx.pop@gmail.com>
Date:   Mon,  2 Dec 2019 15:24:44 +0800

circuit: Add change file

Diffstat:
Achanges/ticket31518 | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/changes/ticket31518 b/changes/ticket31518 @@ -0,0 +1,6 @@ + o Major features (proxy): + - In addition to HTTP CONNECT, SOCKS4, and SOCKS5, Tor can make all OR + connections through the HAProxy server. A new torrc option was added to + specify the address/port of the server: TCPProxy <protocol> + <host>:<port>. Currently the only supported protocol in the option is + haproxy. Close ticket 31518. Patch done by Suphanat Chunhapanya (haxxpop).