File tree Expand file tree Collapse file tree 4 files changed +28
-1
lines changed
Expand file tree Collapse file tree 4 files changed +28
-1
lines changed Original file line number Diff line number Diff line change 11package constant
22
3- var Version = "1.1-beta16 "
3+ var Version = "1.1-beta17 "
Original file line number Diff line number Diff line change 1+ #### 1.1-beta17
2+
3+ * Fix shadowtls server ** 1**
4+
5+ * 1* :
6+
7+ Added [ fallback_after] ( /configuration/inbound/shadowtls#fallback_after ) options.
8+
19#### 1.0.7
210
311* Add support for new x/h2 deadline
Original file line number Diff line number Diff line change 99
1010 "version" : 2 ,
1111 "password" : " fuck me till the daylight" ,
12+ "fallback_after" : 2 ,
1213 "handshake" : {
1314 "server" : " google.com" ,
1415 "server_port" : 443 ,
@@ -39,6 +40,15 @@ Set password.
3940
4041Only available in the ShadowTLS v2 protocol.
4142
43+
44+ #### fallback_after
45+
46+ Packet count before perform fallback.
47+
48+ Default is 2.
49+
50+ Lowering this may prevent TLS 1.3 connections, but reduces the risk of being actively probed.
51+
4252#### handshake
4353
4454==Required==
Original file line number Diff line number Diff line change 99
1010 "version" : 2 ,
1111 "password" : " fuck me till the daylight" ,
12+ "fallback_after" : 2 ,
1213 "handshake" : {
1314 "server" : " google.com" ,
1415 "server_port" : 443 ,
@@ -39,6 +40,14 @@ ShadowTLS 协议版本。
3940
4041仅在 ShadowTLS v2 协议中可用。
4142
43+ #### fallback_after
44+
45+ 在执行回退之前的包计数。
46+
47+ 默认值为 2。
48+
49+ 降低此值可能会阻止 TLS 1.3 连接,但会降低被主动探测的风险。
50+
4251#### handshake
4352
4453==必填==
You can’t perform that action at this time.
0 commit comments