From f74bf55dc3880a225ec44bd05e70b72db6f9350e Mon Sep 17 00:00:00 2001 From: wits-fe <58023436+wits-fe@users.noreply.github.com> Date: Wed, 24 May 2023 13:34:12 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 98fbe6e..82e276d 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ PAC scripts for proxies ## 特点 -基于 IP 地址白名单设计,位于白名单中的 IP 地址走直连,白名单以外的 IP 地址走代理(暂不支持 IPv6)。 +基于 IP 地址白名单设计,位于白名单中的 IP 地址走直连,白名单以外的 IP 地址走代理。 另有 GFWList 版本从 [gfwlist/gfwlist](https://github.com/gfwlist/gfwlist) 获取域名及 URL 列表,优先匹配列表中的黑白名单,有效防止 DNS 污染。 @@ -12,7 +12,7 @@ PAC scripts for proxies ## 使用 -获取方式:[本仓库的 Releases](https://github.com/iBug/pac/releases/latest) +获取方式:[本仓库的 Releases](https://github.com/wits-fe/pac/releases/latest) - `pac-.txt` 包含从数据源 `` 获取的 IP 地址列表(白名单) - `pac-gfwlist-.txt` 在 IP 白名单的基础上添加了 GFWList 的匹配