summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLoyalsoldier <[email protected]>2026-05-19 19:03:40 +0800
committerGitHub <[email protected]>2026-05-19 19:03:40 +0800
commite1988aaea9ebf01db4927331a92ea6a4ab08df29 (patch)
tree94833e6dba6591b99c7b45fc6d533824a687e0dd
parentc33c34f5c6091487cdd8ee8c26ec476b89d9713d (diff)
Release: `cn` list does not use IPv4 data from ipip.net (#334)202606040101202605280046202605210051202605191104
-rw-r--r--README.md2
-rw-r--r--config.json9
2 files changed, 1 insertions, 10 deletions
diff --git a/README.md b/README.md
index c4161457..7efa733a 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,7 @@ This project releases various formats of GeoIP files automatically every Thursda
另外,本项目对 MaxMind 官方 GeoIP 数据做了修改和新增:
-- 中国大陆 IPv4 地址数据融合了 [IPIP.net](https://github.com/17mon/china_ip_list/blob/master/china_ip_list.txt) 和 [@gaoyifan/china-operator-ip](https://github.com/gaoyifan/china-operator-ip/blob/ip-lists/china.txt)
+- 中国大陆 IPv4 地址数据使用 [@gaoyifan/china-operator-ip](https://github.com/gaoyifan/china-operator-ip/blob/ip-lists/china.txt)
- 中国大陆 IPv6 地址数据使用 [@gaoyifan/china-operator-ip](https://github.com/gaoyifan/china-operator-ip/blob/ip-lists/china6.txt)
- 新增类别(方便有特殊需求的用户使用):
- `geoip:cloudflare`(`GEOIP,CLOUDFLARE`)
diff --git a/config.json b/config.json
index 5788cde4..ccf81b10 100644
--- a/config.json
+++ b/config.json
@@ -21,15 +21,6 @@
"action": "add",
"args": {
"name": "cn",
- "uri": "https://raw.githubusercontent.com/17mon/china_ip_list/master/china_ip_list.txt",
- "onlyIPType": "ipv4"
- }
- },
- {
- "type": "text",
- "action": "add",
- "args": {
- "name": "cn",
"uri": "https://raw.githubusercontent.com/gaoyifan/china-operator-ip/ip-lists/china.txt",
"onlyIPType": "ipv4"
}