Releases: ihciah/shadow-tls
v0.2.25
v0.2.23
v0.2.22
What's Changed
About TCP_FASTOPEN
TFO is disabled by default. You can enable it by passing --fastopen
or adding env FASTOPEN=1
if you are using docker. Also, make sure you have correct sysctl settings(net.ipv4.tcp_fastopen=3
).
If you find any related problem, please disable it and submit an issue.
Full Changelog: v0.2.21...v0.2.22
v0.2.21
What's Changed
Full Changelog: v0.2.20...v0.2.21
v0.2.20
v0.2.19
What's Changed
- Feat: support wildcard SNI @ihciah
Related wiki: Use-shadow-tls-to-Bypass-Traffic-Billing-Systems
Full Changelog: v0.2.18...v0.2.19
v0.2.18
v0.2.17
v0.2.16
What's Changed
- Support TLS1.2 for V3 protocol non-strict mode. @ihciah
Full Changelog: v0.2.15...v0.2.16
About V3 Protocol
V3 protocol is a new version of shadow-tls, which solves all known security issues.
How to Use V3 Protocol
For compatibility reasons, the V3 protocol is not enabled by default. If you want to use it, add --v3
(for command line users) or V3=1
environ(for docker users). V3 should be enabled or disabled on both side(V2 cannot communicate with V3).
If you use a third-party client, do not enable V3 before it support our V3 protocol on server side.
V3 protocol will be enabled by default on next major version.
More About V3 Protocol
Please refer to wiki for more details: https://github.com/ihciah/shadow-tls/wiki/V3-Protocol
v0.2.15
What's Changed
Full Changelog: v0.2.14...v0.2.15
About V3 Protocol
V3 protocol is a new version of shadow-tls, which solves all known security issues.
How to Use V3 Protocol
For compatibility reasons, the V3 protocol is not enabled by default. If you want to use it, add --v3
(for command line users) or V3=1
environ(for docker users). V3 should be enabled or disabled on both side(V2 cannot communicate with V3).
If you use a third-party client, do not enable V3 before it support our V3 protocol on server side.
V3 protocol will be enabled by default on next major version.
More About V3 Protocol
Please refer to wiki for more details: https://github.com/ihciah/shadow-tls/wiki/V3-Protocol