V3 Protocol 发布 #68
ihciah
announced in
Announcements
Replies: 1 comment
-
A wiki link for V3 protocol: https://github.com/ihciah/shadow-tls/wiki/V3-Protocol |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What's Changed
Full Changelog: v0.2.13...v0.2.14
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) orV3=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.
This discussion was created from the release v0.2.14.
Beta Was this translation helpful? Give feedback.
All reactions