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

View File

@@ -165,6 +165,7 @@ class Shadowrocket extends AbstractProtocol
if ($serverName = data_get($protocol_settings, 'tls_settings.server_name')) {
$config['peer'] = $serverName;
}
$config['fp'] = Helper::getRandFingerprint();
break;
case 2:
$config['tls'] = 1;