diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-02-02 15:48:27 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-02-02 15:48:27 -0500 |
commit | cac5949697ba1686fd3c5f3b17960273815a6a93 (patch) | |
tree | 2e8f2994ae0853076d54ed71f9dee2171861f451 /changes | |
parent | 4fe253ef40a96dbfb978752e9d2833e8b491ca28 (diff) | |
parent | 25f0eb4512a57e305ed0bff00eb276812a7c8de6 (diff) | |
download | tor-cac5949697ba1686fd3c5f3b17960273815a6a93.tar.gz tor-cac5949697ba1686fd3c5f3b17960273815a6a93.zip |
Merge branch 'feature_10582'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/10582_tproxy | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/10582_tproxy b/changes/10582_tproxy new file mode 100644 index 0000000000..3609d568a8 --- /dev/null +++ b/changes/10582_tproxy @@ -0,0 +1,7 @@ + o Minor features: + + - Add support for the TPROXY transparent proxying facility on Linux. + See documentation for the new TransTRPOXY option for more details. + Implementation by "thomo". Closes ticket 10582. + + |