The all-in-one crawler/scraper for crunching free proxy nodes of SS, SSR, vmess, trojan!
Note: Note that this project was originally released by sansui233 licensed under GNU for project derivational development and distribution; As required by original developers, project content contained under proxypool and its affiliates MUST be copyleft yet pointing the credit of the original developer. Hence this project and its assets in contained is a new branch & version published and secondarily developed from the original project, please understand and ensure copywrites are pointing the original author for your own development.
What is toshiki-proxypool?
Toshiki's proxypool contains a complete suite of SS, SSR, vmess, trojan node crawler written in GoLang and complied into a compiled into a Linux image for VPS deployment, you can also try deployment for Heroku, completely free to use, see the next section for further info.
- 🧩 Extensible: Support SS, SSR, vmess, trojan & a variable types of nodes.
- 💬 Telegram: Telegram channel sniffer & crawling.
- 🎲 Featured: Support address subscription sniffer, analysis & crawling.
- 🌐 Web: Open network vague crawling.
- 🕒 Cron: Timed crawling & updates supported via
cron
job. - 🎨 Customizable: Customizable crawl source via configuration
yaml
file. - 🎀 Automated: Automatically detect uptime and availability of nodes.
- 🎯 Convenient: Serve direct config files for clash, surge for importation.
- 🔮 Subscription: Provide direct SS, SSR, vmess, sip002 subscription.
- 🎠 Deployable: Easy deployment, VPS/Heroku/Local/Docker deployment supported.
- 🍔 Customizable: Allowed to whitelist the countries to your demand.
- ...
Why does toshiki-proxypool exists?
-
The original author is no longer maintaining the original project, thus this project exists.
-
Issues function will be disabled in this repository for preventing further affairs and issues from happening.
Click the button below and fill in the basic information
其中 DOMAIN
需要填写为你需要绑定的域名,CONFIG_FILE
需要填写你的配置文件路径。
heroku app域名为appname.herokuapp.com。项目内配置文件为./config/config.yaml
配置文件模板见 config/config.yaml
文件,可选项区域均可不填。完整配置选项请查看配置文件说明。
因为爬虫程序需要持续运行,所以至少选择 $7/月 的配置 免费配置长时间无人访问会被heroku强制停止
需要安装Golang
$ go get -u -v github.com/andatoshiki/toshiki-proxypool
运行
$ go run main.go -c ./config/config.yaml
编译
make
从这里下载预编译好的程序 release。
docker pull lukemin/toshiki-proxypool
download config.yaml and source.yaml to /path/to/config
wget https://raw.githubusercontent.com/andatoshiki/toshiki-proxypool/master/config/config.yaml wget https://raw.githubusercontent.com/andatoshiki/toshiki-proxypool/master/config/source.yaml
docker run -d --restart=always \
--name=proxypool \
-p 8080:8080 \
-v /path/to/config:/toshiki-proxypool-src/config \
lukemin/toshiki-proxypool \
-c config/config.yaml
使用 -p 参数映射配置文件里的端口 使用 -v 参数指定配置文件夹位置(配置文件要自行下载放到目录,方便修改) 使用 -c 参数指定配置文件路径,支持http链接
运行该程序需要具有访问完整互联网的能力。
首先修改 config.yaml 中的必要配置信息。带有默认值的字段均可不填写。完整的配置选项见配置文件说明
使用 -c
参数指定配置文件路径,支持http链接
proxypool -c ./config/config.yaml
如果需要部署到VPS,更多细节请查看wiki。
远程部署时Clash配置文件访问:https://domain/clash/config
本地运行时Clash配置文件访问:http://127.0.0.1:[端口]/clash/localconfig
此项非必须。为了提高实际可用性,可选择增加一个本地服务器,检测远程proxypool节点在本地的可用性并提供配置,见proxypoolCheck。