]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
circuit: Add change file
authorSuphanat Chunhapanya <haxx.pop@gmail.com>
Mon, 2 Dec 2019 07:24:44 +0000 (15:24 +0800)
committerNick Mathewson <nickm@torproject.org>
Mon, 6 Jan 2020 18:39:10 +0000 (13:39 -0500)
changes/ticket31518 [new file with mode: 0644]

diff --git a/changes/ticket31518 b/changes/ticket31518
new file mode 100644 (file)
index 0000000..8deac56
--- /dev/null
@@ -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).