Browse Source

Merge pull request #323 from Mazeorz/patch-1

Fix Shadowsocks of Surfboard
tokumeikoi 4 years ago
parent
commit
655b1dd49a
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"