From: Suphanat Chunhapanya Date: Mon, 2 Dec 2019 07:24:44 +0000 (+0800) Subject: circuit: Add change file X-Git-Tag: tor-0.4.3.1-alpha~50^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=14d781fff6bd88c4e0cd5b741629c3e79c8612d9;p=thirdparty%2Ftor.git circuit: Add change file --- diff --git a/changes/ticket31518 b/changes/ticket31518 new file mode 100644 index 0000000000..8deac56b98 --- /dev/null +++ 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 + :. Currently the only supported protocol in the option is + haproxy. Close ticket 31518. Patch done by Suphanat Chunhapanya (haxxpop).