mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-08-23 03:17: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": "Construir cadena",
|
||||
"echKey": "ECH key",
|
||||
"echConfig": "Config ECH",
|
||||
"pinnedPeerCertSha256": "SHA-256 del cert. del par fijado",
|
||||
"pinnedPeerCertSha256Tip": "Hashes SHA-256 codificados en Base64 del certificado del par. Solo en el panel — no se escribe en la config xray del servidor, pero se incluye en los enlaces para que los clientes puedan fijar el certificado.",
|
||||
"pinnedPeerCertSha256Placeholder": "hash(es) base64, separados por comas",
|
||||
"generateRandomPin": "Generar hash aleatorio",
|
||||
"getNewEchCert": "Obtener nuevo cert ECH",
|
||||
"show": "Mostrar",
|
||||
"xver": "Xver",
|
||||
|
||||
Reference in New Issue
Block a user