Commit 14d781ff authored by haxxpop's avatar haxxpop Committed by Nick Mathewson
Browse files

circuit: Add change file

parent 4264717c
Loading
Loading
Loading
Loading

changes/ticket31518

0 → 100644
+6 −0
Original line number Diff line number Diff line
  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).