Skip to content

Commit ff87d39

Browse files
authored
Revise data retrieval methods and links in README
Updated links and added methods for data retrieval.
1 parent c1a7a87 commit ff87d39

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,18 +37,22 @@
3737

3838
## 如何获取数据
3939

40-
### 使用预生成结果
40+
### 方法1:使用预生成结果
4141

42-
IP列表(CIDR格式)保存在仓库的[ip-lists分支](https://gaoyifan.github.io/china-operator-ip/index.html)中,GitHub Actions每日自动更新。
42+
IP列表(CIDR格式)保存在仓库的[ip-lists分支](https://github.com/gaoyifan/china-operator-ip/tree/ip-lists)中,GitHub Actions每日自动更新。
4343

4444
```sh
4545
git clone -b ip-lists https://github.com/gaoyifan/china-operator-ip.git
4646
```
4747

48-
P.S. [stat文件](https://github.com/gaoyifan/china-operator-ip/blob/ip-lists/stat)记录了各运营商的IP数量的统计信息。
49-
P.S. [EdgeOne Pages镜像](https://china-operator-ip.yfgao.com/)
48+
亦可通过以下站点获取:
5049

51-
### 从BGP数据生成
50+
* [EdgeOne Pages](https://china-operator-ip.yfgao.com)(中国大陆境内完整镜像)
51+
* [jsDelivr](https://www.jsdelivr.com/package/gh/gaoyifan/china-operator-ip)(海外CDN缓存)
52+
* [GitHub Pages](https://gaoyifan.github.io/china-operator-ip)(海外CDN缓存)
53+
54+
55+
### 方法2:从BGP数据生成
5256

5357
#### 安装依赖
5458

0 commit comments

Comments
 (0)