Giter Club home page Giter Club logo

v2rss-go's Introduction

V2ray RSS


最近tg频道不更新了

请大家使用PPS这个优秀的项目吧

或者直接用这个订阅,国内可以使用cf worker反代获取数据

V2ray客户端推荐:Qv2ray


说明

通过爬取免费v2ray链接分享,自动生成订阅链接

更新日志

2020/10/18
  • 添加Docker部署方式
  • 修复空数据
2020/10/16
  • 修复str转byte含有空数据导致的base64编码失败
2020/10/13
  • 修复base64编码bug导致的数据返回异常
  • 原CORS项目地址:cors.zme.ink,请多多给些star鼓励作者。
  • 使用新的CORS,CloudFlare Works部署,用于前端跨域, 项目地址:cors-anywhere-cfworker。希望同学们建立自己的cf worker并重新打包,分散压力。
2020/10/8
  • 添加Linux一键部署、卸载脚本(Nginx自行配置)

Docker部署

拉镜像

sudo docker pull v2rss/v2rss

起容器

sudo docker run --name v2rss --net=host -d v2rss/v2rss

Docker部署默认监听端口5500

Linux一键安装脚本

curl https://raw.githubusercontent.com/sunyuting83/v2rss-go/master/install.sh |bash

一键脚本监听端口5500

Linux一键卸载脚本

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(不合并)

nginx配置文件

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参数,用于国内访问。 其他参数请看说明文件 订阅成功后关闭窗口即可

注:如使用其他端口,修改启动文件start.sh -p参数后面的端口号

v2rss-go's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.