修改shortId为short_id以适配V2bX

This commit is contained in:
root
2023-09-28 19:22:45 +09:00
parent c23c6039d2
commit 70bb8238c6
13 changed files with 55 additions and 45 deletions

View File

@ -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'];
}
}
}