mirror of
https://github.com/v2board/v2board.git
synced 2025-03-12 21:54:42 +08:00
关闭clash的vless下发
This commit is contained in:
parent
c59aea914c
commit
b6fc46821a
@ -52,10 +52,6 @@ class Clash
|
||||
array_push($proxy, self::buildVmess($user['uuid'], $item));
|
||||
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') {
|
||||
array_push($proxy, self::buildTrojan($user['uuid'], $item));
|
||||
array_push($proxies, $item['name']);
|
||||
|
Loading…
x
Reference in New Issue
Block a user