mirror of
https://github.com/lkddi/Xboard.git
synced 2026-04-03 10:30:51 +08:00
Update Shadowrocket.php
新增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