diff options
author | cs <cs@FreeBSD.org> | 2012-02-24 23:06:25 +0800 |
---|---|---|
committer | cs <cs@FreeBSD.org> | 2012-02-24 23:06:25 +0800 |
commit | 453bf22fbca12639ce8c265a2c473ee5bdaee4f1 (patch) | |
tree | 7c4106861d353e95e51bc7a06778b2a3d0c6014c /security/Makefile | |
parent | ebb95001f0159cda27d4af07f4f6c3449f3c500b (diff) | |
download | freebsd-ports-gnome-453bf22fbca12639ce8c265a2c473ee5bdaee4f1.tar.gz freebsd-ports-gnome-453bf22fbca12639ce8c265a2c473ee5bdaee4f1.tar.zst freebsd-ports-gnome-453bf22fbca12639ce8c265a2c473ee5bdaee4f1.zip |
obfsproxy is a tool that attempts to circumvent censorship, by transforming the
Tor traffic between the client and the bridge. This way, censors, who usually
monitor traffic between the client and the bridge, will see innocent-looking
transformed traffic instead of the actual Tor traffic.
WWW: https://www.torproject.org/projects/obfsproxy.html.en
Approved by: glarkin@ (mentor)
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 67587fcfe70a..a572726c39de 100644 --- a/security/Makefile +++ b/security/Makefile @@ -321,6 +321,7 @@ SUBDIR += nmapsi4 SUBDIR += nss SUBDIR += oath-toolkit + SUBDIR += obfsproxy SUBDIR += ocaml-cryptgps SUBDIR += ocaml-cryptokit SUBDIR += ocaml-ssl |