实际部署请为socket通讯中的安全性进行强化
效果可查看https://proxy.npist.com
有问题请联系npist35@gmail.com
修复服务端若干BUG
添加ClientApi模块,为计划中的客户端提供接口
添加/更新开源协议(MIT)
whmcs modules自GPLv3开源项目修改而来并以WHMCS插件形式存在,故继续遵守GPLv3协议
添加流量统计、最后在线时间
更新数据库结构
添加示例v2ray配置文件(配合流量统计用)
优化socket传输中的数据量
添加whmcs模块
修改自https://github.com/kesuki/whmcs-shadowsocks-plugin
安装请参考http://www.mak-blog.com/whmcs-shadowsocks-plugin.html
初始版本
建议使用Python3.6运行
节点服务器运行前请参考官方文档安装v2ray
安装命令行如下
bash <(curl -L -s https://install.direct/go.sh)
user.sql恢复进mysql或者mariadb
sqlconn.json为数据库连接文件 根据自己的mysql数据库配置
执行以下命令启动
建议使用screen命令 在session中运行python3 v2rayMS_Server.py
nohup python3 -u v2rayMS_Server.py>> server.log 2>&1 &
后台运行前建议首先前台执行python3 v2rayMS_Server.py或查看server.log分析Log
vim打开文件v2rayMS_Client.py 修改服务端IP
执行以下命令启动
建议使用screen命令 在session中运行python3 v2rayMS_Client.py
nohup python3 -u v2rayMS_Client.py>> server.log 2>&1 &
后台运行前建议首先前台执行python3 v2rayMS_Client.py或查看server.log分析Log
SSH登录服务器使用nohup后台运行的话可能会出现broken pipe报错,原因应该是nohup会重定向stderr到stdout,ssh会话结束后会断开pipe