Skip to content

xieruan/vp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

V2Ray Plugin For V2Board

安装

环境需先安装python3 不想折腾的请到docker版 传送门

  1. 下载

    git clone https://github.com/xieruan/vp.git
  2. 安装依赖

    pip3 install grpcio google-api-python-client loguru

使用

  1. 增加执行权限

    chmod +x main.py v2ray/v2*
  2. 修改cfg.json中的内容

    cp cfg.example.json cfg.json
    vi cfg.json
  3. 运行程序

    ./main.py
  4. 日志等级

    critical, error, warning, info, debug
  5. 更新

    bash update.sh

其他

  1. 审计

    直接面板添加,参考v2board及v2ray官方wiki。

  2. 流量控制

    参考 https://github.com/ForgotFun/QosDocs

    powered by Senis

About

A v2ray API for v2board Panel

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.7%
  • Shell 0.3%