mirror of
https://github.com/cedar2025/Xboard.git
synced 2025-03-10 15:08:13 -04:00
Fixed: Vless GRPC subscription
This commit is contained in:
parent
5a08754735
commit
7630fce9a3
@ -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'))
|
||||
|
Loading…
Reference in New Issue
Block a user