Explorar el Código

Fix Shadowsocks of Surfboard

Modified the generated parameter format
Mazeorz hace 4 años
padre
commit
2bc77526fd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/Utils/Surfboard.php

+ 1 - 1
app/Utils/Surfboard.php

@@ -12,7 +12,7 @@ class Surfboard
             "{$server->host}",
             "{$server->port}",
             "{$server->cipher}",
-            "password={$password}",
+            "{$password}",
             "https://raw.githubusercontent.com/Hackl0us/proxy-tool-backup/master/SSEncrypt.module",
             "tfo=true",
             "udp-relay=true"