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