mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-08-31 15:37:14 +00:00
feat(tls): surface pinnedPeerCertSha256 in panel, share links, and subs
Adds a panel-only `pinnedPeerCertSha256` field on TLS settings with a tags input and a random-hash generator. The hashes ride share links as `pcs` (v2rayN-compatible), Clash sub as `pin-sha256`, and JSON sub as `pinnedPeerCertSha256`, while remaining stripped from the run-config sent to xray-core.
This commit is contained in:
@@ -536,6 +536,10 @@
|
||||
"buildChain": "Build Chain",
|
||||
"echKey": "ECH key",
|
||||
"echConfig": "ECH config",
|
||||
"pinnedPeerCertSha256": "ピン留めピア証明書 SHA-256",
|
||||
"pinnedPeerCertSha256Tip": "ピア証明書の Base64 エンコード SHA-256 ハッシュ。パネルのみ — サーバーの xray 設定には書き込まれませんが、共有リンクには含まれ、クライアントが証明書をピン留めできます。",
|
||||
"pinnedPeerCertSha256Placeholder": "Base64 ハッシュ、カンマ区切り",
|
||||
"generateRandomPin": "ランダムハッシュを生成",
|
||||
"getNewEchCert": "新しい ECH 証明書を取得",
|
||||
"show": "表示",
|
||||
"xver": "Xver",
|
||||
|
||||
Reference in New Issue
Block a user