yienzhu / v2rayMS

v2ray+whmcs多用户后端

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

仅供测试使用

效果可查看https://proxy.npist.com

有问题请联系npist35@gmail.com

更新日志

2018.8.13

添加whmcs模块
修改自https://github.com/kesuki/whmcs-shadowsocks-plugin

2018.8.1

初始版本

v2ray多用户后端安装说明

建议使用Python3.6运行
节点服务器运行前请参考官方文档安装v2ray
安装命令行如下
bash <(curl -L -s https://install.direct/go.sh)

数据库服务器存放以下文件

v2rayMS_Server.py
v2server.py
sqlconn.json

sqlconn.json为数据库连接文件 根据自己的mysql数据库配置

执行以下命令启动
nohup python3 v2rayMS_Server.py>> server.log 2>&1 &

节点服务器存放以下文件

v2rayMS_Client.py

vim打开文件 修改服务端IP

执行以下命令启动
nohup python3 v2rayMS_Client.py>> server.log 2>&1 &

About

v2ray+whmcs多用户后端


Languages

Language:Python 49.9%Language:PHP 35.8%Language:JavaScript 8.0%Language:CSS 6.2%