update README.md

This commit is contained in:
Yifan Gao 2017-03-09 16:06:47 +08:00
parent d6c3f9dfac
commit 8c24464aed

View File

@ -2,19 +2,14 @@
依据中国网络运营商分类的IP地址列表 依据中国网络运营商分类的IP地址列表
*本项目仍在开发阶段,数据已经可用,代码和文档有待完善* (*本项目仍在开发阶段,数据已经可用,代码和文档有待完善*)
## 特点 ## 特点
* 每日更新
* 由BGP/ASN数据分析得到 * 由BGP/ASN数据分析得到
* 每日更新
* 代码开源,数据免费 * 代码开源,数据免费
## 常见使用场景
- DNS分域解析
- 多出口路由器路由表
## 收录的运营商 ## 收录的运营商
* 中国电信(chinanet) * 中国电信(chinanet)
@ -26,9 +21,9 @@
## 如何获取数据 ## 如何获取数据
### 直接下载 ### 使用预生成结果
IP列表CIDR格式保存在仓库的[ip-lists分支](https://github.com/gaoyifan/china-operator-ip/tree/ip-lists)中。其中`stat`存储了各运营商的IP数量的统计信息。 IP列表CIDR格式保存在仓库的[ip-lists分支](https://github.com/gaoyifan/china-operator-ip/tree/ip-lists)中[Travis CI](https://travis-ci.org)每日自动更新。其中`stat`存储了各运营商的IP数量的统计信息。
### 从BGP数据生成 ### 从BGP数据生成
@ -47,4 +42,8 @@ IP列表CIDR格式保存在仓库的[ip-lists分支](https://github.com/ga
```shell ```shell
./stat.sh ./stat.sh
``` ```
## 常见使用场景
- DNS分域解析
- 多出口路由器路由表