关闭clash的vless下发

This commit is contained in:
root 2023-08-21 16:46:42 +09:00
parent c59aea914c
commit b6fc46821a

View File

@ -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']);