
commit 14d781fff6bd88c4e0cd5b741629c3e79c8612d9 Author: Suphanat Chunhapanya <haxx.pop@gmail.com> Date: Mon Dec 2 15:24:44 2019 +0800 circuit: Add change file --- changes/ticket31518 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/changes/ticket31518 b/changes/ticket31518 new file mode 100644 index 000000000..8deac56b9 --- /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 <protocol> + <host>:<port>. Currently the only supported protocol in the option is + haproxy. Close ticket 31518. Patch done by Suphanat Chunhapanya (haxxpop).