mirror of
https://github.com/lkddi/Xboard.git
synced 2026-04-14 11:20:53 +08:00
Update ClashMeta.php
新增vless+ws+tls协议Fingerprint指纹参数
This commit is contained in:
@@ -309,6 +309,7 @@ class ClashMeta extends AbstractProtocol
|
||||
if ($serverName = data_get($protocol_settings, 'tls_settings.server_name')) {
|
||||
$array['servername'] = $serverName;
|
||||
}
|
||||
$array['client-fingerprint'] = Helper::getRandFingerprint();
|
||||
break;
|
||||
case 2:
|
||||
$array['tls'] = true;
|
||||
|
||||
Reference in New Issue
Block a user