Fix: Client deletion UI, Enable XRay stats, fix dns_servers schema
This commit is contained in:
@@ -1200,7 +1200,7 @@ class InstallProtocolManager
|
||||
}
|
||||
|
||||
// Add client
|
||||
$newClient = ['id' => $clientId];
|
||||
$newClient = ['id' => $clientId, 'email' => $clientId];
|
||||
|
||||
// Detect flow from other clients or default
|
||||
$flow = 'xtls-rprx-vision'; // Default for Reality
|
||||
|
||||
Reference in New Issue
Block a user