Fix: Case-sensitive AWG params and XRay Identifier logic
This commit is contained in:
@@ -1200,7 +1200,8 @@ class InstallProtocolManager
|
||||
}
|
||||
|
||||
// Add client
|
||||
$newClient = ['id' => $clientId, 'email' => $clientId];
|
||||
$email = !empty($options['login']) ? $options['login'] : $clientId;
|
||||
$newClient = ['id' => $clientId, 'email' => $email];
|
||||
|
||||
// Detect flow from other clients or default
|
||||
$flow = 'xtls-rprx-vision'; // Default for Reality
|
||||
|
||||
Reference in New Issue
Block a user