From 2bc77526fd9d0de9b41daa93bd39715b09a05638 Mon Sep 17 00:00:00 2001 From: Mazeorz <67795943+Mazeorz@users.noreply.github.com> Date: Mon, 26 Oct 2020 16:49:16 +0800 Subject: [PATCH] Fix Shadowsocks of Surfboard Modified the generated parameter format --- app/Utils/Surfboard.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Utils/Surfboard.php b/app/Utils/Surfboard.php index aa453f96..64bbe943 100644 --- a/app/Utils/Surfboard.php +++ b/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"