Merge pull request #681 from superabbite1/master

Update General.php v2rayN新增tuic协议订阅,vless+ws+tls协议新增fingerprint指纹参数
This commit is contained in:
Xboard
2026-03-09 05:04:50 +08:00
committed by GitHub
3 changed files with 58 additions and 0 deletions
+1
View File
@@ -311,6 +311,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;