mirror of
https://github.com/lkddi/Xboard.git
synced 2026-04-03 18:40:52 +08:00
fix: 修复shadowrocket grpc协议sni下发错误的问题
This commit is contained in:
@@ -209,7 +209,7 @@ class Shadowrocket
|
||||
$config['path'] = $grpcSettings['serviceName'];
|
||||
}
|
||||
if (isset($tlsSettings)) {
|
||||
$config['host'] = $tlsSettings['serverName'];
|
||||
$config['host'] = $tlsSettings['server_name'];
|
||||
} else {
|
||||
$config['host'] = $server['host'];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user