File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change 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
4545git 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
You can’t perform that action at this time.
0 commit comments