mirror of
https://github.com/lkddi/Xboard.git
synced 2026-04-14 11:20:53 +08:00
Merge pull request #681 from superabbite1/master
Update General.php v2rayN新增tuic协议订阅,vless+ws+tls协议新增fingerprint指纹参数
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user