Recent Releases of https://github.com/cbeuw/cloak
https://github.com/cbeuw/cloak - v2.10.0
Pad the first 5 frames of each stream to avoid encapsulated TLS detection
- Go
Published by github-actions[bot] over 1 year ago
https://github.com/cbeuw/cloak - v2.9.0
- Update stream to TLS connection distribution to (hopefully) address #229
- Add
ServerName: randomoption to use random fronting domains - Update dependencies and Go version
- Go
Published by github-actions[bot] about 2 years ago
https://github.com/cbeuw/cloak - v2.8.0
- Use https://github.com/refraction-networking/utls to produce ClientHello fingerprints.
I dropped the ball on updating the browser fingerprints and 1-year old browser versions are getting blocked. Without the maintenance burden I'll be able to roll out new releases as soon as utls adds new browser fingerprints.
- Go
Published by github-actions[bot] over 2 years ago
https://github.com/cbeuw/cloak - v2.7.1-pre
Fix Cloak stalling #229
- Go
Published by cbeuw over 2 years ago
https://github.com/cbeuw/cloak - v2.7.0
- Update Chrome and Firefox signatures to 112
- Add Safari signature
- Go
Published by github-actions[bot] about 3 years ago
https://github.com/cbeuw/cloak - v2.6.1
- Add
CDNWsUrlPathconfig option
- Go
Published by github-actions[bot] about 3 years ago
https://github.com/cbeuw/cloak - v2.5.5
- Fix randomly selected AlternativeName name being empty: #168
- Support CDN mode with CloudFlare #167
- Updated browser signatures
- Go
Published by github-actions[bot] almost 5 years ago
https://github.com/cbeuw/cloak - v2.4.1
- In singleplexing mode, session are created in a separate goroutine from the main TCP accept loop #145
- In singleplexing mode, a new session will no longer be created for every single packet #145
- There was a 1/256 chance that a stream may fail to send the closing notification frame due to an integer overflow. This is now fixed
- Go
Published by github-actions[bot] over 5 years ago
https://github.com/cbeuw/cloak -
- Change timeout behaviour.
StreamTimeoutis now no longer an option on Cloak server as Cloak will no longer timeout connections after at least some data has been sent. Connection timeout behaviours should be entirely implemented by the underlying proxy program. See https://github.com/shadowsocks/shadowsocks-rust/issues/343. - Sessions will still timeout after all streams have been closed, but memory usage connected with this has been reduced
- Added a new configuration option
CDNOriginHostto be used underCDNTransport mode. Usage can be found at https://github.com/cbeuw/Cloak/wiki/CDN-mode
- Go
Published by cbeuw over 5 years ago
https://github.com/cbeuw/cloak - https://github.com/cbeuw/Cloak/releases/tag/v2.3.2
- Go
Published by cbeuw over 5 years ago
https://github.com/cbeuw/cloak - Fix a timing bug and force static compilation
Should fix #135
- Go
Published by cbeuw over 5 years ago
https://github.com/cbeuw/cloak - Minor bug fixes and API compliance
- There was a 1/256 chance that a stream fails to close, this is now fixed
- Significantly reduce the amount of memory allocations
- POST to /admin/users/{UID} endpoint now expects the request body to contain a JSON string, rater than an encoded POST form. Cloak-panel has been updated to reflect this
- Go
Published by cbeuw over 5 years ago
https://github.com/cbeuw/cloak - Update browser signatures
The old Chrome 76 ClientHello signature appears to have been blocked in Iran, even with a real Chrome browser: https://github.com/cbeuw/Cloak/issues/129#issuecomment-691613861
This release should allow Cloak to work in Iran with "BrowserSig": "chrome" again. "BrowserSig": "firefox" has always been unaffected.
- Go
Published by cbeuw over 5 years ago
https://github.com/cbeuw/cloak - Tolerate extra parameters for Android
- Go
Published by cbeuw almost 6 years ago
https://github.com/cbeuw/cloak -
Major optimisations, test coverage improvement
- Go
Published by cbeuw about 6 years ago
https://github.com/cbeuw/cloak -
Stability improvement and bug fixes
- Go
Published by cbeuw over 6 years ago
https://github.com/cbeuw/cloak - Stability improvement
Fixed a long lasting bug affecting connection stability. Much thanks to @chenshaoju who offered tremendous amount of help testing the bug which wasn't reproducible on my machine
- Go
Published by cbeuw over 6 years ago
https://github.com/cbeuw/cloak -
ck-client config file backwards compatibility
- Go
Published by cbeuw over 6 years ago
https://github.com/cbeuw/cloak -
- Change stream header protocol so that the nonce counter will not wrap back (backward incompatible)
- Add CDN mode https://github.com/cbeuw/Cloak/wiki/CDN-mode
- Experimental UDP support
- Server can listen on multiple addresses
- Go
Published by cbeuw over 6 years ago
https://github.com/cbeuw/cloak - First Cloak v2 release
Cloak v2 is a complete overhaul of the Cloak codebase, which transforms Cloak into a universal pluggable transport with full authenticated encryption coverage. The simulated TLS hanshake is also upgraded to TLSv1.3 to take advantage of its encrypted certifiate.
- Go
Published by cbeuw almost 7 years ago
https://github.com/cbeuw/cloak -
Numerous bug fixes, especially concerning detecting connection loss
- Go
Published by cbeuw almost 7 years ago
https://github.com/cbeuw/cloak -
Fixed a major hiccup issue
- Go
Published by cbeuw over 7 years ago