tokumeikoi hace 3 años
padre
commit
efc8419eb5
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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;
             }
         }
     }