修正Singbox订阅vmess的alterid字段

This commit is contained in:
wyx2685 2023-11-04 10:43:41 +09:00
parent f549174575
commit 13167778f4
No known key found for this signature in database
GPG Key ID: 8827A30FF1DB1379

View File

@ -130,7 +130,7 @@ class SingBox
$array['server_port'] = $server['port']; $array['server_port'] = $server['port'];
$array['uuid'] = $uuid; $array['uuid'] = $uuid;
$array['security'] = 'auto'; $array['security'] = 'auto';
$array['alterId'] = 0; $array['alter_id'] = 0;
$array['transport']= []; $array['transport']= [];
if ($server['tls']) { if ($server['tls']) {