mirror of
https://github.com/v2board/v2board.git
synced 2025-07-08 14:49:06 +08:00
修改shortId为short_id以适配V2bX
This commit is contained in:
@ -180,7 +180,7 @@ class Clash
|
||||
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