- depéndance pour utilisation gRPC - Vless serveur
mkdir proto
cd proto
curl -O https://raw.githubusercontent.com/XTLS/Xray-core/main/app/stats/command/command.proto
curl -O https://raw.githubusercontent.com/XTLS/Xray-core/main/common/serial/typed_message.protopython -m grpc_tools.protoc \
-I. \
--python_out=. \
--grpc_python_out=. \
command.protouvicorn app:app --reload