Loading ChangeLog +2 −0 Original line number Original line Diff line number Diff line Changes in version 0.0.14 - UNRELEASED: Changes in version 0.0.13 - 2022-02-04: Changes in version 0.0.13 - 2022-02-04: - Stop using utls entirely for TLS signature normalization (meek_lite). - Stop using utls entirely for TLS signature normalization (meek_lite). - Stop pinning the certificate chain for default bridges (meek_lite). - Stop pinning the certificate chain for default bridges (meek_lite). Loading obfs4proxy/obfs4proxy.go +1 −1 Original line number Original line Diff line number Diff line Loading @@ -50,7 +50,7 @@ import ( ) ) const ( const ( obfs4proxyVersion = "0.0.13" obfs4proxyVersion = "0.0.14-dev" obfs4proxyLogFile = "obfs4proxy.log" obfs4proxyLogFile = "obfs4proxy.log" socksAddr = "127.0.0.1:0" socksAddr = "127.0.0.1:0" ) ) Loading Loading
ChangeLog +2 −0 Original line number Original line Diff line number Diff line Changes in version 0.0.14 - UNRELEASED: Changes in version 0.0.13 - 2022-02-04: Changes in version 0.0.13 - 2022-02-04: - Stop using utls entirely for TLS signature normalization (meek_lite). - Stop using utls entirely for TLS signature normalization (meek_lite). - Stop pinning the certificate chain for default bridges (meek_lite). - Stop pinning the certificate chain for default bridges (meek_lite). Loading
obfs4proxy/obfs4proxy.go +1 −1 Original line number Original line Diff line number Diff line Loading @@ -50,7 +50,7 @@ import ( ) ) const ( const ( obfs4proxyVersion = "0.0.13" obfs4proxyVersion = "0.0.14-dev" obfs4proxyLogFile = "obfs4proxy.log" obfs4proxyLogFile = "obfs4proxy.log" socksAddr = "127.0.0.1:0" socksAddr = "127.0.0.1:0" ) ) Loading