Fix: Case-sensitive AWG params and XRay Identifier logic

This commit is contained in:
infosave2007
2026-01-24 20:34:07 +03:00
parent a86e0cac9a
commit 9969014d3e
2 changed files with 18 additions and 16 deletions
+2 -1
View File
@@ -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