documentation: Fix ECH migration

This commit is contained in:
世界 2025-02-22 20:51:35 +08:00
parent ce0eba8d47
commit f3dbf579b6
No known key found for this signature in database
GPG Key ID: CD109927C34A63C4
2 changed files with 11 additions and 0 deletions

View File

@ -17,6 +17,15 @@ DNS 服务器已重构,
且可被拨号字段代替, 且可被拨号字段代替,
参阅 [迁移指南](/migration/#migrate-outbound-dns-rule-items-to-domain-resolver). 参阅 [迁移指南](/migration/#migrate-outbound-dns-rule-items-to-domain-resolver).
#### 旧的 ECH 字段
ECH 支持已在 sing-box 1.12.0 迁移至使用标准库,但标准库不支持后量子对等证书签名方案,
因此 `pq_signature_schemes_enabled` 已被弃用且不再工作。
另外,`dynamic_record_sizing_disabled` 与 ECH 无关,是错误添加的,现已弃用且不再工作。
相关字段将在 sing-box 1.13.0 中被移除。
## 1.11.0 ## 1.11.0
#### 旧的特殊出站 #### 旧的特殊出站

View File

@ -144,6 +144,7 @@ var OptionTUNGSO = Note{
DeprecatedVersion: "1.11.0", DeprecatedVersion: "1.11.0",
ScheduledVersion: "1.12.0", ScheduledVersion: "1.12.0",
EnvName: "TUN_GSO", EnvName: "TUN_GSO",
MigrationLink: "https://sing-box.sagernet.org/deprecated/#gso-option-in-tun",
} }
var OptionLegacyDNSTransport = Note{ var OptionLegacyDNSTransport = Note{
@ -184,6 +185,7 @@ var OptionLegacyECHOptions = Note{
Description: "legacy ECH options", Description: "legacy ECH options",
DeprecatedVersion: "1.12.0", DeprecatedVersion: "1.12.0",
ScheduledVersion: "1.13.0", ScheduledVersion: "1.13.0",
MigrationLink: "https://sing-box.sagernet.org/deprecated/#legacy-ech-fields",
} }
var Options = []Note{ var Options = []Note{