summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLoyalsoldier <[email protected]>2024-11-03 08:59:46 +0800
committerLoyalsoldier <[email protected]>2024-11-03 08:59:46 +0800
commit2e70d7f5e301c5cda8bdb5658a027e037f27f445 (patch)
treeca87d24eba36d33905e47f36e67a7f7ab91c876d
parent87e9814e8587dee8b593b8b02f84cd359b365e5b (diff)
Docs: describe maxmind mmdb format more specific
-rw-r--r--README.md2
-rw-r--r--configuration.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 2a0473ba..c656b36d 100644
--- a/README.md
+++ b/README.md
@@ -473,7 +473,7 @@ These two concepts are notable: `input` and `output`. The `input` is the data so
- **stdout**:将纯文本 CIDR 输出到 standard output(例如:`1.0.0.0/24`)
- **lookup**:从指定的列表中查找指定的 IP 或 CIDR
- **v2rayGeoIPDat**:V2Ray GeoIP dat 数据格式(`geoip.dat`)
-- **maxmindMMDB**:MaxMind mmdb 数据格式(`GeoLite2-Country.mmdb`)
+- **maxmindMMDB**:MaxMind GeoLite2 country mmdb 数据格式(`GeoLite2-Country.mmdb`)
- **mihomoMRS**:mihomo MRS 数据格式(`geoip-cn.mrs`)
- **singboxSRS**:sing-box SRS 数据格式(`geoip-cn.srs`)
- **clashRuleSetClassical**:[classical 类型的 Clash RuleSet](https://github.com/Dreamacro/clash/wiki/premium-core-features#classical)
diff --git a/configuration.md b/configuration.md
index 2a6d6ea4..a0e5c3d5 100644
--- a/configuration.md
+++ b/configuration.md
@@ -35,7 +35,7 @@
- **clashRuleSet**:ipcidr 类型的 Clash RuleSet
- **clashRuleSetClassical**:classical 类型的 Clash RuleSet
- **lookup**:从指定的列表中查找指定的 IP 或 CIDR
-- **maxmindMMDB**:MaxMind mmdb 数据格式(`GeoLite2-Country.mmdb`)
+- **maxmindMMDB**:MaxMind GeoLite2 country mmdb 数据格式(`GeoLite2-Country.mmdb`)
- **mihomoMRS**:mihomo MRS 数据格式(`geoip-cn.mrs`)
- **singboxSRS**:sing-box SRS 数据格式(`geoip-cn.srs`)
- **stdout**:将纯文本 CIDR 输出到 standard output(例如:`1.0.0.0/24`)