mirror of
https://github.com/lkddi/Xboard.git
synced 2026-04-03 18:40:52 +08:00
Merge pull request #417 from NekoCareLab/master
Fixed: Vless GRPC subscription
This commit is contained in:
@@ -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'))
|
||||
|
||||
Reference in New Issue
Block a user