mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-07-21 03:56:07 +00:00
feat(reality): add live REALITY target scanner with IP/CIDR discovery
Replace the static reality-targets list with a server-side TLS 1.3 probe that checks TLS 1.3 + HTTP/2 + X25519 + a trusted certificate. - Single-domain validate auto-fills target and serverNames from the cert SAN - Discovery scans an IP/CIDR without SNI to find new targets from their certificates, deduped and ranked by feasibility then latency, private-IP guarded via netsafe - New endpoints scanRealityTarget and scanRealityTargets with RealityScanResult, plus openapigen and api-docs entries - Add scanner strings to all 13 locales - Replace deprecated AntD Alert message prop with title across the panel
This commit is contained in:
@@ -474,6 +474,9 @@
|
||||
"getNewX25519CertError": "Ошибка при получении сертификата X25519.",
|
||||
"getNewmldsa65Error": "Ошибка при получении сертификата mldsa65.",
|
||||
"getNewVlessEncError": "Ошибка при получении сертификата VlessEnc.",
|
||||
"scanRealityTargetError": "Не удалось просканировать цель REALITY.",
|
||||
"scanRealityTargetFeasible": "Цель подходит — поля target и SNI заполнены.",
|
||||
"scanRealityTargetNotFeasible": "Цель доступна, но не подходит для REALITY.",
|
||||
"invalidClientField": "Клиент {client}: поле {field} — {reason}",
|
||||
"invalidField": "{field} — {reason}",
|
||||
"moreIssues": "{message} (+{count} ещё)"
|
||||
@@ -644,6 +647,20 @@
|
||||
"realityTargetRequired": "Цель REALITY обязательна",
|
||||
"realityTargetNeedsPort": "Цель REALITY должна содержать порт (например, example.com:443)",
|
||||
"realityTargetInvalidPort": "У цели REALITY указан недопустимый порт",
|
||||
"scan": "Сканировать",
|
||||
"findTargets": "Найти цели",
|
||||
"scanModalTitle": "Сканер целей REALITY",
|
||||
"scanModalDesc": "Проверьте домен или просканируйте диапазон IP / CIDR, чтобы обнаружить новые цели REALITY по их сертификатам. Оставьте поле пустым для проверки обычных кандидатов.",
|
||||
"scanDiscoverPlaceholder": "IP, CIDR или домен — пусто для обычных кандидатов",
|
||||
"scanStatus": "Статус",
|
||||
"scanFeasible": "Подходит",
|
||||
"scanNotFeasible": "Не подходит",
|
||||
"scanCurve": "Обмен ключами",
|
||||
"scanCert": "Сертификат",
|
||||
"scanCertInvalid": "Не доверенный",
|
||||
"scanLatency": "Задержка",
|
||||
"scanUse": "Выбрать",
|
||||
"scanRescan": "Пересканировать",
|
||||
"spiderX": "SpiderX",
|
||||
"getNewCert": "Получить новый сертификат",
|
||||
"mldsa65Seed": "mldsa65 Seed",
|
||||
|
||||
Reference in New Issue
Block a user