Skip to content

Commit 05ed88a

Browse files
committed
Update documentation
1 parent 9f5cc04 commit 05ed88a

File tree

4 files changed

+10
-21
lines changed

4 files changed

+10
-21
lines changed

constant/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package constant
22

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

docs/changelog.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
1+
#### 1.1-beta18
2+
3+
* Enhance defense against active probe **1**
4+
5+
**1**:
6+
7+
The `fallback_after` option has been removed.
8+
19
#### 1.1-beta17
210

311
* Fix shadowtls server **1**
412

513
*1*:
614

7-
Added [fallback_after](/configuration/inbound/shadowtls#fallback_after) options.
15+
Added [fallback_after](/configuration/inbound/shadowtls#fallback_after) option.
816

917
#### 1.0.7
1018

docs/configuration/inbound/shadowtls.md

-10
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99

1010
"version": 2,
1111
"password": "fuck me till the daylight",
12-
"fallback_after": 2,
1312
"handshake": {
1413
"server": "google.com",
1514
"server_port": 443,
@@ -40,15 +39,6 @@ Set password.
4039

4140
Only available in the ShadowTLS v2 protocol.
4241

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-
5242
#### handshake
5343

5444
==Required==

docs/configuration/inbound/shadowtls.zh.md

-9
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99

1010
"version": 2,
1111
"password": "fuck me till the daylight",
12-
"fallback_after": 2,
1312
"handshake": {
1413
"server": "google.com",
1514
"server_port": 443,
@@ -40,14 +39,6 @@ ShadowTLS 协议版本。
4039

4140
仅在 ShadowTLS v2 协议中可用。
4241

43-
#### fallback_after
44-
45-
在执行回退之前的包计数。
46-
47-
默认值为 2。
48-
49-
降低此值可能会阻止 TLS 1.3 连接,但会降低被主动探测的风险。
50-
5142
#### handshake
5243

5344
==必填==

0 commit comments

Comments
 (0)