Explorar el Código

clean up buildvmess()

Julian Liu hace 4 años
padre
commit
7fe8a5b239
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      app/Utils/Clash.php

+ 1 - 0
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']))