Skip to content

Repository files navigation

  1. 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.proto
python -m grpc_tools.protoc \
  -I. \
  --python_out=. \
  --grpc_python_out=. \
  command.proto

Exécution du Projet

uvicorn app:app --reload

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages