Loading ChangeLog +1 −1 Original line number Diff line number Diff line Changes in version 0.0.3 - UNRELEASED Changes in version 0.0.3 - 2014-10-01 - Change the obfs4 bridge line format to use a "cert" argument instead of the previous "node-id" and "public-key" arguments. The "cert" consists of the Base64 encoded concatenation of the node ID and public key, with the Loading obfs4proxy/obfs4proxy.go +1 −1 Original line number Diff line number Diff line Loading @@ -51,7 +51,7 @@ import ( ) const ( obfs4proxyVersion = "0.0.2" obfs4proxyVersion = "0.0.3" obfs4proxyLogFile = "obfs4proxy.log" socksAddr = "127.0.0.1:0" elidedAddr = "[scrubbed]" Loading Loading
ChangeLog +1 −1 Original line number Diff line number Diff line Changes in version 0.0.3 - UNRELEASED Changes in version 0.0.3 - 2014-10-01 - Change the obfs4 bridge line format to use a "cert" argument instead of the previous "node-id" and "public-key" arguments. The "cert" consists of the Base64 encoded concatenation of the node ID and public key, with the Loading
obfs4proxy/obfs4proxy.go +1 −1 Original line number Diff line number Diff line Loading @@ -51,7 +51,7 @@ import ( ) const ( obfs4proxyVersion = "0.0.2" obfs4proxyVersion = "0.0.3" obfs4proxyLogFile = "obfs4proxy.log" socksAddr = "127.0.0.1:0" elidedAddr = "[scrubbed]" Loading