Skip to content

Commit ffd54ee

Browse files
committed
Update documentation
1 parent c16e431 commit ffd54ee

File tree

4 files changed

+28
-1
lines changed

4 files changed

+28
-1
lines changed

constant/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package constant
22

3-
var Version = "1.1-beta16"
3+
var Version = "1.1-beta17"

docs/changelog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
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

docs/configuration/inbound/shadowtls.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
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

4041
Only 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==

docs/configuration/inbound/shadowtls.zh.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
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
==必填==

0 commit comments

Comments
 (0)