update chinese README file

This commit is contained in:
JMVoid 2020-09-27 10:58:42 +08:00
parent a4aa422fe8
commit 8327780326
1 changed files with 21 additions and 3 deletions

View File

@ -1,3 +1,21 @@
it is workarounds to fix MaxMind Country.mmdb wrong clarify some DNS pollution IP is china IP.
a simple application transform ipip.net china_ip_list.txt to MaxMind.mmdb format and replace Country.mmdb into Clash application.
### 简介
本项目将ipip中国地址转换 MaxMind mmdb的格式。由于MaxMind会把部分污染的IP错误归类为中国地址导致不定时出现无法代理的情况。而IPIP提供的分类更为准确。因此这是一个临时解决方案用于将ipip的china_ip_list转成MaxMind数据库格式并用于clash分流。
### 使用
对于Clash用户只需要直接下载Country.mmdb并覆盖原来的Country.mmdb
Country.mmdb只包含中国的ip列表并没有其他国家数据
每月自动从 [ipip](https://raw.githubusercontent.com/17mon/china_ip_list/master/china_ip_list.txt) 抓取china_ip_list进行转换
### 代码及下载
源代码在master branch
生成mmdb库在release branch下载
### 链接
| 文件 | release分支 |
| ------ | ------ |
|Country.mmdb | [链接](https://raw.githubusercontent.com/JMVoid/ipip2mmdb/release/Country.mmdb) |
### 扩展
verify代码用来验证在2020.9月发现某些IP会被MaxMind错误归类为中国IP