Skip to content

Commit

Permalink
docs: update assets script description
Browse files Browse the repository at this point in the history
  • Loading branch information
dnomd343 committed Mar 10, 2023
1 parent 86d9495 commit c2237a3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions assets/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 分流资源文件

Python 脚本用于拉取合并上游数据,生成以下对应的资源文件:
本目录下的脚本用于拉取合并上游数据,生成以下对应的资源文件:

+ `gfwlist.txt` :常见的被墙域名

Expand All @@ -10,20 +10,20 @@ Python 脚本用于拉取合并上游数据,生成以下对应的资源文件

## 运行说明

在运行前,请检查 `IPy` 模块是否安装,若无则执行以下命令:
在运行前,请检查 `netaddr` 模块是否安装,若无则执行以下命令:

```bash
pip3 install IPy
pip3 install netaddr
```

> 由于 `IPy` 模块对 CIDR 的合并效率偏低,获取国内 IP 段的脚本可能花费需要较长时间
> 由于 Python 的性能问题,脚本对 CIDR 的合并效率偏低,获取国内 IP 段可能花费较长时间
```bash
$ ./gfwlist.py
$ ./china-ip.py
$ ./chinalist.py
$ ls
china-ip.txt chinalist.txt gfwlist.txt ···
china-ip.txt chinalist.txt gfwlist.txt ...
```

## 上游信息
Expand Down

0 comments on commit c2237a3

Please sign in to comment.