diff --git a/app/Services/ServerService.php b/app/Services/ServerService.php index e36f6c6d..1c30ea09 100644 --- a/app/Services/ServerService.php +++ b/app/Services/ServerService.php @@ -196,6 +196,9 @@ class ServerService case 'quic': $json->inbound->streamSettings->quicSettings = json_decode($server->networkSettings); break; + case 'grpc': + $json->inbound->streamSettings->grpcSettings = json_decode($server->networkSettings); + break; } } }