1
0
mirror of https://github.com/v2board/v2board.git synced 2025-04-22 17:42:36 +08:00

update: grpc

This commit is contained in:
tokumeikoi 2021-07-02 20:46:16 +09:00
parent aecfa85efd
commit efc8419eb5

@ -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;
}
}
}