From 7630fce9a3973a566a03981c591f1ad67a069433 Mon Sep 17 00:00:00 2001 From: NekoCareLab <194696930+NekoCareLab@users.noreply.github.com> Date: Sat, 1 Mar 2025 19:29:21 +0800 Subject: [PATCH] Fixed: Vless GRPC subscription --- app/Protocols/General.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Protocols/General.php b/app/Protocols/General.php index 636ee17..1a846f3 100644 --- a/app/Protocols/General.php +++ b/app/Protocols/General.php @@ -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'))