diff options
| author | Loyalsoldier <[email protected]> | 2024-11-03 08:59:46 +0800 |
|---|---|---|
| committer | Loyalsoldier <[email protected]> | 2024-11-03 08:59:46 +0800 |
| commit | 2e70d7f5e301c5cda8bdb5658a027e037f27f445 (patch) | |
| tree | ca87d24eba36d33905e47f36e67a7f7ab91c876d | |
| parent | 87e9814e8587dee8b593b8b02f84cd359b365e5b (diff) | |
Docs: describe maxmind mmdb format more specific
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | configuration.md | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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`) |
