diff options
author | Neel Chauhan <neel@neelc.org> | 2018-03-20 08:27:41 -0400 |
---|---|---|
committer | Isis Lovecruft <isis@torproject.org> | 2018-04-04 00:19:33 +0000 |
commit | 9df110cd722a383414584d5ff6494944c993bb6d (patch) | |
tree | 28ee43034c31ca12e52ae20b5042ea3d68a029af /src/tools | |
parent | 21c81348a39dd235c40656c34abb76daf88e81f3 (diff) | |
download | tor-9df110cd722a383414584d5ff6494944c993bb6d.tar.gz tor-9df110cd722a383414584d5ff6494944c993bb6d.zip |
Remove PortForwarding options
Signed-off-by: Isis Lovecruft <isis@torproject.org>
Diffstat (limited to 'src/tools')
-rw-r--r-- | src/tools/tor-fw-helper/README | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/tools/tor-fw-helper/README b/src/tools/tor-fw-helper/README deleted file mode 100644 index 6a1ecaa1e4..0000000000 --- a/src/tools/tor-fw-helper/README +++ /dev/null @@ -1,10 +0,0 @@ - -We no longer recommend the use of this tool. Instead, please use the -pure-Go version of tor-fw-helper available at - https://gitweb.torproject.org/tor-fw-helper.git - -Why? - -The C code here was fine, but frankly: we don't trust the underlying -libraries. They don't seem to have been written with network security -in mind, and we have very little faith in their safety. |