Include allocated WireGuard allowedIPs in create result flash

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-07-25 22:45:00 +03:00
co-authored by Cursor
parent a0219ad839
commit 9ae64d1bd1
+1
View File
@@ -270,6 +270,7 @@ async def xui_add_client(
"flow": result.get("flow"),
"privateKey": result.get("privateKey"),
"publicKey": result.get("publicKey"),
"allowedIPs": result.get("allowedIPs") or [],
"links": result.get("links") or [],
"inbound": result.get("inbound"),
"expiry_days": result.get("expiry_days"),