mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-08-24 11:57:15 +00:00
bd6a6aba43
* 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.
9 lines
200 B
JSON
9 lines
200 B
JSON
{
|
|
"status": "OK",
|
|
"peer_ip": "10.0.0.0/24",
|
|
"server_key": "AgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=",
|
|
"server_ip": "198.51.100.10",
|
|
"server_port": 51820,
|
|
"dns_servers": ["10.0.0.1"]
|
|
}
|