Browse Source

update: grpc

tokumeikoi 3 years ago
parent
commit
efc8419eb5
1 changed files with 3 additions and 0 deletions
  1. 3 0
      app/Services/ServerService.php

+ 3 - 0
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;
             }
         }
     }