mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-09-23 02:06:34 +08:00
feat(nord): support multi-server NordLynx outbounds (#6311)
* feat(nord): support multi-server NordLynx outbounds * fix(nord): address verified PR review findings Tighten the NordVPN multi-outbound implementation and its regression coverage based on the verified review feedback. - remove the redundant Xray validation test that duplicated the base branch and did not exercise multiple outbounds - make NordModal tests wait for server loading and assert the modal close callback, duplicate-server state, and endpoint behavior - add coverage for resolving the NordLynx public key from technology metadata instead of a numeric technology ID - use a real httptest server for Nord integration tests through an injectable API base URL - represent the All Cities sentinel consistently as null and reset it when a country changes The existing NordVPN API contracts and persisted outbound schema remain unchanged.
This commit is contained in:
@@ -1852,7 +1852,10 @@
|
||||
"noServers": "Серверів для обраної країни не знайдено",
|
||||
"noPublicKey": "Обраний сервер не повідомляє публічного ключа NordLynx.",
|
||||
"outboundAdded": "Вихідний NordVPN додано",
|
||||
"outboundUpdated": "Вихідний NordVPN оновлено"
|
||||
"outboundUpdated": "Вихідний NordVPN оновлено",
|
||||
"serverLoad": "Навантаження сервера",
|
||||
"addedServers": "Додані сервери",
|
||||
"alreadyAdded": "Цей сервер уже є у списку вихідних підключень. Використайте {reset}, щоб оновити його ключ."
|
||||
},
|
||||
"warp": {
|
||||
"changeIp": "Змінити IP",
|
||||
|
||||
Reference in New Issue
Block a user