mirror of
https://github.com/cedar2025/Xboard.git
synced 2025-03-10 15:08:13 -04:00
Merge pull request #417 from NekoCareLab/master
Some checks failed
Docker Build and Publish / build (push) Has been cancelled
Some checks failed
Docker Build and Publish / build (push) Has been cancelled
Fixed: Vless GRPC subscription
This commit is contained in:
commit
3ccebfcff1
@ -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