Merge pull request #417 from NekoCareLab/master

Fixed: Vless GRPC subscription
This commit is contained in:
Xboard
2025-03-07 12:26:24 +08:00
committed by GitHub

View File

@@ -152,7 +152,7 @@ class General implements ProtocolInterface
break;
case 'grpc':
if ($path = data_get($protocol_settings, 'network_settings.serviceName'))
$config['path'] = $path;
$config['serviceName'] = $path;
break;
case 'kcp':
if ($path = data_get($protocol_settings, 'network_settings.seed'))