mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-08-25 04:17:15 +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": "Zincir oluştur",
|
||||
"echKey": "ECH key",
|
||||
"echConfig": "ECH yapılandırması",
|
||||
"pinnedPeerCertSha256": "Sabitlenmiş Peer Sertifikası SHA-256",
|
||||
"pinnedPeerCertSha256Tip": "Peer sertifikasının Base64 kodlu SHA-256 hash'leri. Sadece panel — sunucunun xray yapılandırmasına yazılmaz, ancak istemcilerin sertifikayı sabitleyebilmesi için paylaşım bağlantılarına eklenir.",
|
||||
"pinnedPeerCertSha256Placeholder": "base64 hash(ler), virgülle ayrılmış",
|
||||
"generateRandomPin": "Rastgele hash üret",
|
||||
"getNewEchCert": "Yeni ECH sertifikası al",
|
||||
"show": "Göster",
|
||||
"xver": "Xver",
|
||||
|
||||
Reference in New Issue
Block a user