修复支持vless协议的客户端订阅链接

This commit is contained in:
root
2023-08-20 20:28:44 +09:00
parent 079af33b78
commit 451cfd341c
10 changed files with 597 additions and 75 deletions

View File

@ -172,7 +172,7 @@ class ClashMeta
$array['server'] = $server['host'];
$array['port'] = $server['port'];
$array['uuid'] = $uuid;
$array['flow'] = $server['flow'];
$array['flow'] = !empty($server['flow']) ? $server['flow']: "";
$array['client-fingerprint'] = 'chrome';
$array['udp'] = true;