请大家使用PPS这个优秀的项目吧
V2ray客户端推荐:Qv2ray
通过爬取免费v2ray链接分享,自动生成订阅链接
- 添加Docker部署方式
- 修复空数据
- 修复str转byte含有空数据导致的base64编码失败
- 修复base64编码bug导致的数据返回异常
- 原CORS项目地址:cors.zme.ink,请多多给些star鼓励作者。
- 使用新的CORS,CloudFlare Works部署,用于前端跨域, 项目地址:cors-anywhere-cfworker。希望同学们建立自己的cf worker并重新打包,分散压力。
- 添加Linux一键部署、卸载脚本(Nginx自行配置)
sudo docker pull v2rss/v2rss
sudo docker run --name v2rss --net=host -d v2rss/v2rss
Docker部署默认监听端口5500
curl https://raw.githubusercontent.com/sunyuting83/v2rss-go/master/install.sh |bash
一键脚本监听端口5500
curl https://raw.githubusercontent.com/sunyuting83/v2rss-go/master/uninstall.sh |bash
-p 监听端口号
浏览器访问 http://localhost:5500/?i=1&w=0&n=1
参数 | 说明 | 默认值 |
---|---|---|
w | 启用代理访问(国内跨域访问) | 0(不开启) |
n | 内容数字 | 1 |
i | 合并数据数量 | 0(不合并) |
server {
listen 80;
server_name yourdomain.com;
location / {
proxy_pass http://127.0.0.1:5500;
proxy_set_header Host $host;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
}
access_log your log path;
}
修改yourdomain.com成你的域名
修改your log path 成你的log文件路径
使用其他端口 请修改 proxy_pass 后面的端口号
- Win版使用说明
下载v2rss_x86_64.zip 并解压。双击运行。 在v2ray客户端订阅处填入订阅地址: http://localhost:3000/?w=1&n=1 必须加w参数,用于国内访问。 其他参数请看说明文件 订阅成功后关闭窗口即可