mirror of
https://github.com/v2board/v2board.git
synced 2024-11-10 17:49:11 +08:00
update trojan
This commit is contained in:
parent
2782bd1a2c
commit
ee762fe69a
@ -36,7 +36,8 @@ class Surge
|
||||
"{$server->port}",
|
||||
"password={$password}",
|
||||
"skip-cert-verify={$allowInsecure}",
|
||||
$server->server_name ? "sni={$server->server_name}" : ""
|
||||
$server->server_name ? "sni={$server->server_name}" : "",
|
||||
"tfo=true"
|
||||
];
|
||||
$config = array_filter($config);
|
||||
$uri = implode($config, ',');
|
||||
|
Loading…
Reference in New Issue
Block a user