svn commit: r323021 - head/security/obfsproxy/files

Carlo Strub cs at FreeBSD.org
Mon Jul 15 07:49:54 UTC 2013


Author: cs
Date: Mon Jul 15 07:49:54 2013
New Revision: 323021
URL: http://svnweb.freebsd.org/changeset/ports/323021

Log:
  some additional clarifications in the pkg-message file of obfsproxy

Modified:
  head/security/obfsproxy/files/pkg-message.in

Modified: head/security/obfsproxy/files/pkg-message.in
==============================================================================
--- head/security/obfsproxy/files/pkg-message.in	Mon Jul 15 07:40:06 2013	(r323020)
+++ head/security/obfsproxy/files/pkg-message.in	Mon Jul 15 07:49:54 2013	(r323021)
@@ -1,11 +1,22 @@
 ================================================================================
+If you are using obfsproxy with tor, here are some instructions:
+
 As a client, add the following to %%PREFIX%%/etc/tor/torrc:
 
 	UseBridges 1
-	Bridge obfs2 x.x.x.x:yyyy
-	ClientTransportPlugin obfs2 exec %%PREFIX%%/bin/obfsproxy --managed 
+	Bridge obfs2 x.x.x.x:yyyy FINGERPRINT-OF-BRIDGE
+	ClientTransportPlugin obfs2 exec %%PREFIX%%/bin/obfsproxy managed 
+
+or
+
+	UseBridges 1
+	Bridge obfs3 u.u.u.u:wwww FINGERPRINT-OF-BRIDGE
+	ClientTransportPlugin obfs3 exec %%PREFIX%%/bin/obfsproxy managed 
 	
 As a bridge, add the following to %%PREFIX%%/etc/tor/torrc:
 
-	ServerTransportPlugin obfs2 exec %%PREFIX%%/bin/obfsproxy --managed
+	ServerTransportPlugin obfs2,obfs3 exec %%PREFIX%%/bin/obfsproxy managed
+
+(Then, get the respective port numbers for the two proxies from your tor log
+file and make sure you open them in your firewall.)
 ================================================================================


More information about the svn-ports-all mailing list