diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-02-03 13:56:19 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-02-03 13:56:19 -0500 |
commit | 5991f9a15646d53b838562fd1424b6a8fd9ef614 (patch) | |
tree | 800e54ebf294ffa564f05e09b75d605ee13a55e3 /changes | |
parent | 00ec6e6af0775cd693e12e56eb6df3cbefe57daa (diff) | |
download | tor-5991f9a15646d53b838562fd1424b6a8fd9ef614.tar tor-5991f9a15646d53b838562fd1424b6a8fd9ef614.tar.gz |
TransProxyType replaces TransTPROXY option
I'm making this change now since ipfw will want its own option too,
and proliferating options here isn't sensible.
(See #10582 and #10267)
Diffstat (limited to 'changes')
-rw-r--r-- | changes/10582_tproxy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/changes/10582_tproxy b/changes/10582_tproxy index 3609d568a..8eed6a29b 100644 --- a/changes/10582_tproxy +++ b/changes/10582_tproxy @@ -1,7 +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. + See documentation for the new TransProxyType option for more details. Implementation by "thomo". Closes ticket 10582. |