diff options
author | Suphanat Chunhapanya <haxx.pop@gmail.com> | 2019-12-02 15:24:44 +0800 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-01-06 13:39:10 -0500 |
commit | 14d781fff6bd88c4e0cd5b741629c3e79c8612d9 (patch) | |
tree | 58ec5b433af13f003b1db7bff68de824223bf68b /changes | |
parent | 4264717ca377464b5304df0e3a322afaef72d812 (diff) | |
download | tor-14d781fff6bd88c4e0cd5b741629c3e79c8612d9.tar.gz tor-14d781fff6bd88c4e0cd5b741629c3e79c8612d9.zip |
circuit: Add change file
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket31518 | 6 |
1 files changed, 6 insertions, 0 deletions
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 <protocol> + <host>:<port>. Currently the only supported protocol in the option is + haproxy. Close ticket 31518. Patch done by Suphanat Chunhapanya (haxxpop). |