mirror of
https://github.com/v2board/v2board.git
synced 2025-07-09 07:09:17 +08:00
关闭clash的vless下发
This commit is contained in:
@ -52,10 +52,6 @@ class Clash
|
|||||||
array_push($proxy, self::buildVmess($user['uuid'], $item));
|
array_push($proxy, self::buildVmess($user['uuid'], $item));
|
||||||
array_push($proxies, $item['name']);
|
array_push($proxies, $item['name']);
|
||||||
}
|
}
|
||||||
if ($item['type'] === 'vless') {
|
|
||||||
array_push($proxy, self::buildVless($user['uuid'], $item));
|
|
||||||
array_push($proxies, $item['name']);
|
|
||||||
}
|
|
||||||
if ($item['type'] === 'trojan') {
|
if ($item['type'] === 'trojan') {
|
||||||
array_push($proxy, self::buildTrojan($user['uuid'], $item));
|
array_push($proxy, self::buildTrojan($user['uuid'], $item));
|
||||||
array_push($proxies, $item['name']);
|
array_push($proxies, $item['name']);
|
||||||
|
Reference in New Issue
Block a user