From 77090696177d7b0a9dfd5a11c0ac7dbaa3623d6b Mon Sep 17 00:00:00 2001 From: Yawning Angel Date: Thu, 15 May 2014 20:21:46 +0000 Subject: Send the DRBG seed as a packetTypePrngSeed post server handshake. This fixes #3, and brings the code to be on par with the delopyed versions of ScrambleSuit in terms of features. --- obfs4proxy/obfs4proxy.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'obfs4proxy/obfs4proxy.go') diff --git a/obfs4proxy/obfs4proxy.go b/obfs4proxy/obfs4proxy.go index 02873b9..8447eb8 100644 --- a/obfs4proxy/obfs4proxy.go +++ b/obfs4proxy/obfs4proxy.go @@ -39,7 +39,7 @@ // ORPort 9001 // ExtORPort 6669 // ServerTransportPlugin obfs4 exec obfs4proxy -// ServerTransportOptions obfs4 private-key= node-id= +// ServerTransportOptions obfs4 private-key= node-id= drbg-seed= // // Because the pluggable transport requires arguments, obfs4proxy requires // tor-0.2.5.x to be useful. -- cgit v1.2.3