mirror of
https://github.com/v2board/v2board.git
synced 2025-03-12 21:54:42 +08:00
修正Singbox订阅vmess的alterid字段
This commit is contained in:
parent
f549174575
commit
13167778f4
@ -130,7 +130,7 @@ class SingBox
|
||||
$array['server_port'] = $server['port'];
|
||||
$array['uuid'] = $uuid;
|
||||
$array['security'] = 'auto';
|
||||
$array['alterId'] = 0;
|
||||
$array['alter_id'] = 0;
|
||||
$array['transport']= [];
|
||||
|
||||
if ($server['tls']) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user