mirror of
https://github.com/v2board/v2board.git
synced 2025-07-06 20:09:08 +08:00
修复支持vless协议的客户端订阅链接
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user