科学上网,智能分流,使用 GFWList 和 IP 地址双重判断。现在已有 493 颗 ★
Go to file
2020-07-02 20:57:26 +08:00
.github/workflows Update README.md 2020-07-02 20:57:26 +08:00
.gitignore Recreate Python build script 2020-07-02 20:42:14 +08:00
build.py Recreate Python build script 2020-07-02 20:42:14 +08:00
code.js Handle IPv6 address 2020-02-12 00:40:08 +08:00
LICENSE Initial commit 2018-08-28 00:44:48 +08:00
README.md Update README.md 2020-07-02 20:57:26 +08:00

pac

PAC scripts for proxies

使用

获取方式:本仓库的 dist 分支

每周六 12:00 (UTC) 会自动使用 GitHub Actions 运行生成脚本从数据源获取 IP 地址列表并生成 PAC 文件。

贡献

本项目包含两部分

  1. 从数据源获取 IP 地址列表并转换为 PAC 文件适用的格式,该部分代码位于 build.py 文件
  2. PAC 文件的其他部分(例如解析域名和匹配 IP 地址等),该部分代码位于 code.js 文件