diff --git a/app/Utils/Clash.php b/app/Utils/Clash.php index f89a4de8..8d351086 100644 --- a/app/Utils/Clash.php +++ b/app/Utils/Clash.php @@ -41,6 +41,7 @@ class Clash } } if ($server['network'] === 'ws') { + $array['network'] = 'ws'; if ($server['networkSettings']) { $wsSettings = json_decode($server['networkSettings'], true); if (isset($wsSettings['path']) && !empty($wsSettings['path']))