科学上网,智能分流,使用 GFWList 和 IP 地址双重判断。现在已有 493 颗 ★
Go to file
2020-07-27 01:24:18 +08:00
.github/workflows Tweak build scripts, update README 2020-07-27 01:24:18 +08:00
.gitignore Tweak build scripts, update README 2020-07-27 01:24:18 +08:00
build.py Tweak build scripts, update README 2020-07-27 01:24:18 +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 Tweak build scripts, update README 2020-07-27 01:24:18 +08:00
release-info.py Tweak build scripts, update README 2020-07-27 01:24:18 +08:00

pac

PAC scripts for proxies

使用

获取方式:本仓库的 Releases

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

贡献

本项目包含两部分

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