Skip to content

naa-nac/proxypool

 
 

Repository files navigation


proxypool

3. 从源码编译

需要安装Golang

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

运行

$ go run main.go -c ./config/config.yaml

编译

make
docker pull ghcr.io/sansui233/proxypool:v0.6.0

使用

运行该程序需要具有访问完整互联网的能力。

修改配置文件

首先修改 config.yaml 中的必要配置信息。带有默认值的字段均可不填写。完整的配置选项见配置文件说明

启动程序

使用 -c 参数指定配置文件路径,支持http链接

proxypool -c ./config/config.yaml

Clash配置文件

远程部署时Clash配置文件访问:https://domain/clash/config

本地运行时Clash配置文件访问:http://127.0.0.1:[端口]/clash/localconfig

声明

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

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

Packages

No packages published

Languages

  • Go 98.2%
  • Makefile 1.5%
  • Dockerfile 0.3%