mirror of
https://github.com/SagerNet/sing-box.git
synced 2024-11-22 08:31:30 +00:00
Update documentation
This commit is contained in:
parent
9f5cc0442b
commit
05ed88aba8
|
@ -1,3 +1,3 @@
|
||||||
package constant
|
package constant
|
||||||
|
|
||||||
var Version = "1.1-beta17"
|
var Version = "1.1-beta18"
|
||||||
|
|
|
@ -1,10 +1,18 @@
|
||||||
|
#### 1.1-beta18
|
||||||
|
|
||||||
|
* Enhance defense against active probe **1**
|
||||||
|
|
||||||
|
**1**:
|
||||||
|
|
||||||
|
The `fallback_after` option has been removed.
|
||||||
|
|
||||||
#### 1.1-beta17
|
#### 1.1-beta17
|
||||||
|
|
||||||
* Fix shadowtls server **1**
|
* Fix shadowtls server **1**
|
||||||
|
|
||||||
*1*:
|
*1*:
|
||||||
|
|
||||||
Added [fallback_after](/configuration/inbound/shadowtls#fallback_after) options.
|
Added [fallback_after](/configuration/inbound/shadowtls#fallback_after) option.
|
||||||
|
|
||||||
#### 1.0.7
|
#### 1.0.7
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,6 @@
|
||||||
|
|
||||||
"version": 2,
|
"version": 2,
|
||||||
"password": "fuck me till the daylight",
|
"password": "fuck me till the daylight",
|
||||||
"fallback_after": 2,
|
|
||||||
"handshake": {
|
"handshake": {
|
||||||
"server": "google.com",
|
"server": "google.com",
|
||||||
"server_port": 443,
|
"server_port": 443,
|
||||||
|
@ -40,15 +39,6 @@ Set password.
|
||||||
|
|
||||||
Only available in the ShadowTLS v2 protocol.
|
Only available in the ShadowTLS v2 protocol.
|
||||||
|
|
||||||
|
|
||||||
#### fallback_after
|
|
||||||
|
|
||||||
Packet count before perform fallback.
|
|
||||||
|
|
||||||
Default is 2.
|
|
||||||
|
|
||||||
Lowering this may prevent TLS 1.3 connections, but reduces the risk of being actively probed.
|
|
||||||
|
|
||||||
#### handshake
|
#### handshake
|
||||||
|
|
||||||
==Required==
|
==Required==
|
||||||
|
|
|
@ -9,7 +9,6 @@
|
||||||
|
|
||||||
"version": 2,
|
"version": 2,
|
||||||
"password": "fuck me till the daylight",
|
"password": "fuck me till the daylight",
|
||||||
"fallback_after": 2,
|
|
||||||
"handshake": {
|
"handshake": {
|
||||||
"server": "google.com",
|
"server": "google.com",
|
||||||
"server_port": 443,
|
"server_port": 443,
|
||||||
|
@ -40,14 +39,6 @@ ShadowTLS 协议版本。
|
||||||
|
|
||||||
仅在 ShadowTLS v2 协议中可用。
|
仅在 ShadowTLS v2 协议中可用。
|
||||||
|
|
||||||
#### fallback_after
|
|
||||||
|
|
||||||
在执行回退之前的包计数。
|
|
||||||
|
|
||||||
默认值为 2。
|
|
||||||
|
|
||||||
降低此值可能会阻止 TLS 1.3 连接,但会降低被主动探测的风险。
|
|
||||||
|
|
||||||
#### handshake
|
#### handshake
|
||||||
|
|
||||||
==必填==
|
==必填==
|
||||||
|
|
Loading…
Reference in a new issue