mirror of
https://github.com/v2board/v2board.git
synced 2025-06-14 13:47:49 +08:00
update trojan
This commit is contained in:
@ -33,7 +33,7 @@ class QuantumultX
|
||||
|
||||
public static function buildTrojan($password, $server)
|
||||
{
|
||||
$tlsVerification = $server->allow_insecure ? true : false;
|
||||
$tlsVerification = (string)($server->allow_insecure ? true : false);
|
||||
$config = [
|
||||
"trojan={$server->host}:{$server->port}",
|
||||
"password={$password}",
|
||||
|
Reference in New Issue
Block a user