Browse Source

Fix Shadowsocks of Surfboard

Modified the generated parameter format
Mazeorz 4 years ago
parent
commit
2bc77526fd
1 changed files with 1 additions and 1 deletions
  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"