diff options
author | beat <beat@FreeBSD.org> | 2009-03-08 21:57:27 +0800 |
---|---|---|
committer | beat <beat@FreeBSD.org> | 2009-03-08 21:57:27 +0800 |
commit | d71b8c9198a3759586a0ed1bddfab48910fa8c56 (patch) | |
tree | 8a896a4d3d3043a4df9f9ec74a566e6a419e99c4 /net/Makefile | |
parent | 114280105387fd1ee757a9305018575998b369c8 (diff) | |
download | freebsd-ports-gnome-d71b8c9198a3759586a0ed1bddfab48910fa8c56.tar.gz freebsd-ports-gnome-d71b8c9198a3759586a0ed1bddfab48910fa8c56.tar.zst freebsd-ports-gnome-d71b8c9198a3759586a0ed1bddfab48910fa8c56.zip |
It is new generation of TSOCKS.
Torsocks allows you to use most socks-friendly applications in
a safe way with Tor. It ensures that DNS requests are handled
safely and explicitly rejects UDP traffic from the application
you're using.
WWW: http://code.google.com/p/torsocks/
PR: ports/131653
Submitted by: Andrei Lavreniyuk <andy.lavr AT gmail.com>
Approved by: miwi (mentor)
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index fae3ac705e74..c381e29419f9 100644 --- a/net/Makefile +++ b/net/Makefile @@ -963,6 +963,7 @@ SUBDIR += tinyldap SUBDIR += tn5250 SUBDIR += tn5250j + SUBDIR += torsocks SUBDIR += tptest SUBDIR += traceroute SUBDIR += traff |