mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-09-23 18:26:37 +08:00
feat(pia): add PIA login-and-add WireGuard outbounds (#6272)
* feat(pia): add login-and-add WireGuard outbounds (#2) * fix(pia): keep PIA outbounds identifiable after the editor strips hostname The outbound editor drops piaHostname, so last-segment matching failed for hyphenated servers. Identify rows by the computed tag, re-encrypt stored tokens onto the active key, skip unusable catalog rows, and always release the catalog refresh latch.
This commit is contained in:
@@ -1760,6 +1760,20 @@
|
||||
"toastDeleted": "Deleted",
|
||||
"toastDeleteFailed": "Delete failed"
|
||||
},
|
||||
"pia": {
|
||||
"menu": "PIA",
|
||||
"username": "PIA username",
|
||||
"password": "PIA password",
|
||||
"account": "Account",
|
||||
"region": "Region",
|
||||
"allRegions": "All regions",
|
||||
"noServers": "No servers found for the selected country",
|
||||
"outboundAdded": "PIA outbound added",
|
||||
"outboundUpdated": "PIA outbound updated",
|
||||
"addedServers": "Added servers",
|
||||
"alreadyAdded": "This server is already in the outbound list. Use {reset} to renew its key.",
|
||||
"provisionFailed": "Could not build the PIA outbound. Try again."
|
||||
},
|
||||
"tabBalancerSettings": "Balancer Settings",
|
||||
"tabObservatory": "Observatory",
|
||||
"observatory": {
|
||||
|
||||
Reference in New Issue
Block a user