mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-09-02 08:27: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": "建立憑證鏈",
|
||||
"echKey": "ECH key",
|
||||
"echConfig": "ECH 設定",
|
||||
"pinnedPeerCertSha256": "釘選對端憑證 SHA-256",
|
||||
"pinnedPeerCertSha256Tip": "對端憑證的 Base64 編碼 SHA-256 雜湊。僅面板使用 — 不寫入伺服器的 xray 設定,但會包含在分享連結中,以便用戶端釘選憑證。",
|
||||
"pinnedPeerCertSha256Placeholder": "base64 雜湊,以逗號分隔",
|
||||
"generateRandomPin": "產生隨機雜湊",
|
||||
"getNewEchCert": "取得新 ECH 憑證",
|
||||
"show": "顯示",
|
||||
"xver": "Xver",
|
||||
|
||||
Reference in New Issue
Block a user