Skip to content
forked from zu1k/proxypool

Automatically crawls proxy nodes on the public internet, de-duplicates and tests for usability and then provides a list of nodes

License

Notifications You must be signed in to change notification settings

AruWang/proxypool

Repository files navigation


proxypool

自动抓取tg频道、订阅地址、公开互联网上的ss、ssr、vmess节点信息,聚合去重测试可用性后提供节点列表

Github Actions

Star 来都来了,不点个Star再走?

支持

  • 支持ss、ssr、vmess节点链接与订阅
  • 任意 Telegram 频道抓取
  • 机场订阅地址抓取解析
  • 公开互联网页面模糊抓取
  • 翻墙党论坛新节点信息
  • 其他节点分享网站
  • 定时抓取更新
  • 使用配置文件提供抓取源
  • 自动检测节点可用性

安装

使用Heroku

点击按钮进入部署页面,填写基本信息然后运行

Deploy

因为爬虫程序需要持续运行,所以至少选择 $7/月 的配置 免费配置长时间无人访问会被heroku强制停止

从源码编译

需要安装Golang

$ go get -u -v github.com/zu1k/proxypool

下载预编译程序

从这里下载预编译好的程序 release

使用docker

docker pull docker.pkg.github.com/zu1k/proxypool/proxypool:latest

使用

修改配置文件

首先修改 source.yaml 中的必要配置信息,其中域名修改为你自己的域名,cf开头的配置信息可以留空

启动程序

proxypool -c source.yaml

用户使用

目前公开版本: https://proxy.tgbot.co

访问页面,按照相关指导进行使用

截图

Speedtest

Fast

声明

本项目遵循 GNU General Public License v3.0 开源,在此基础上,所有使用本项目提供服务者都必须在网站保留指向本项目的链接

禁止使用本项目进行营利和做其他违法事情,产生的一切后果本项目概不负责

About

Automatically crawls proxy nodes on the public internet, de-duplicates and tests for usability and then provides a list of nodes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 96.5%
  • Makefile 2.9%
  • Dockerfile 0.6%