diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-01-31 12:59:35 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-01-31 12:59:35 -0500 |
commit | 09ccc4c4a3b67695295ad95f24b2f102d5f2fa1a (patch) | |
tree | 22954a4eeb94bf31805c6fcd9b6620f37928e3e6 /changes | |
parent | 4fe253ef40a96dbfb978752e9d2833e8b491ca28 (diff) | |
download | tor-09ccc4c4a3b67695295ad95f24b2f102d5f2fa1a.tar.gz tor-09ccc4c4a3b67695295ad95f24b2f102d5f2fa1a.zip |
Add support for TPROXY via new TransTPRoxy option
Based on patch from "thomo" at #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. + + |