1
0
mirror of https://github.com/v2board/v2board.git synced 2025-06-06 17:54:32 +08:00
This commit is contained in:
tokumeikoi 2021-10-11 21:46:45 +08:00
commit 53011cb95c

@ -67,12 +67,11 @@ class Surfboard
public static function buildShadowsocks($password, $server)
{
$config = [
"{$server['name']}=custom",
"{$server['name']}=ss",
"{$server['host']}",
"{$server['port']}",
"{$server['cipher']}",
"{$password}",
'https://raw.githubusercontent.com/Hackl0us/proxy-tool-backup/master/SSEncrypt.module',
"encrypt-method={$server['cipher']}",
"password={$password}",
'tfo=true',
'udp-relay=true'
];