mirror of
https://github.com/fawney19/Aether.git
synced 2026-09-02 17:30:23 +08:00
Clean up transport fingerprint configuration
Remove legacy tls_profile handling, keep header fingerprint under transport profiles, and drop the duplicate auth_modules migration.
This commit is contained in:
@@ -1646,10 +1646,10 @@ fn local_execution_runtime_miss_skip_reason_label(reason: &str) -> &str {
|
||||
"transport_header_rules_apply_failed" => "Header 规则应用失败",
|
||||
"transport_oauth_resolution_unsupported" => "OAuth 认证解析不支持本地执行",
|
||||
"transport_provider_type_unsupported" => "提供商类型不支持本地执行",
|
||||
"transport_proxy_or_tls_unsupported" => "代理或 TLS 配置不支持本地执行",
|
||||
"transport_proxy_or_profile_unsupported" => "代理或传输指纹配置不支持本地执行",
|
||||
"transport_proxy_unsupported" => "代理配置不支持本地执行",
|
||||
"transport_snapshot_missing" => "提供商传输配置缺失",
|
||||
"transport_tls_profile_unsupported" => "TLS 指纹配置不支持本地执行",
|
||||
"transport_profile_unsupported" => "传输指纹配置不支持本地执行",
|
||||
"transport_unsupported" => "传输配置不支持本地执行",
|
||||
"upstream_url_missing" => "无法构建上游请求地址",
|
||||
other => other,
|
||||
|
||||
Reference in New Issue
Block a user