mirror of
https://github.com/v2board/v2board.git
synced 2025-07-06 20:09:08 +08:00
修改shortId为short_id以适配V2bX
This commit is contained in:
@ -185,7 +185,7 @@ class ClashMeta
|
||||
if ($server['tls'] == 2) {
|
||||
$array['reality-opts'] = [];
|
||||
$array['reality-opts']['public-key'] = $tlsSettings['public_key'];
|
||||
$array['reality-opts']['short-id'] = $tlsSettings['shortId'];
|
||||
$array['reality-opts']['short-id'] = $tlsSettings['short_id'];
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user