Loading ChangeLog +1 −1 Original line number Diff line number Diff line Changes in version 0.0.11 - UNRELEASED: Changes in version 0.0.11 - 2019-06-21: - Update my e-mail address. - Change the obfs4 behavior for handling handshake failure to be more uniform. Thanks to Sergey Frolov for assistance. Loading obfs4proxy/obfs4proxy.go +1 −1 Original line number Diff line number Diff line Loading @@ -50,7 +50,7 @@ import ( ) const ( obfs4proxyVersion = "0.0.11-dev" obfs4proxyVersion = "0.0.11" obfs4proxyLogFile = "obfs4proxy.log" socksAddr = "127.0.0.1:0" ) Loading Loading
ChangeLog +1 −1 Original line number Diff line number Diff line Changes in version 0.0.11 - UNRELEASED: Changes in version 0.0.11 - 2019-06-21: - Update my e-mail address. - Change the obfs4 behavior for handling handshake failure to be more uniform. Thanks to Sergey Frolov for assistance. Loading
obfs4proxy/obfs4proxy.go +1 −1 Original line number Diff line number Diff line Loading @@ -50,7 +50,7 @@ import ( ) const ( obfs4proxyVersion = "0.0.11-dev" obfs4proxyVersion = "0.0.11" obfs4proxyLogFile = "obfs4proxy.log" socksAddr = "127.0.0.1:0" ) Loading