diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-09-05 14:34:29 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-09-05 14:34:29 -0400 |
commit | 73b0e2e6fd02140d349ebc6d4ae44c6a28a0f39c (patch) | |
tree | 4520ec8590003e12db93503b7b5973938b63f2a1 /changes | |
parent | c0b9f594b65f410cf219673d53226ed4eeeedc19 (diff) | |
parent | ad9190404b1cbba3f7e17f8db20034e986093f21 (diff) | |
download | tor-73b0e2e6fd02140d349ebc6d4ae44c6a28a0f39c.tar.gz tor-73b0e2e6fd02140d349ebc6d4ae44c6a28a0f39c.zip |
Merge branch 'http_tunnel_squashed'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/feature22407 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/feature22407 b/changes/feature22407 new file mode 100644 index 0000000000..aec6c15f46 --- /dev/null +++ b/changes/feature22407 @@ -0,0 +1,5 @@ + o Minor features (client): + - You can now use Tor as a tunneled HTTP proxy: use the HTTPTunnelPort + option to open a port that accepts HTTP CONNECT requests. + Closes ticket 22407. + |