Update ClashMeta.php

新增vless+ws+tls协议Fingerprint指纹参数
This commit is contained in:
superabbite1
2025-09-09 16:42:11 +08:00
committed by GitHub
parent cb07146657
commit 3406448475

View File

@@ -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;