Loyalsoldier / geoip

🌚 🌍 🌝 GeoIP 规则文件加强版,支持自行定制 V2Ray dat 格式文件 geoip.dat、MaxMind mmdb 格式文件、sing-box SRS 格式文件、mihomo MRS 格式文件、Clash ruleset、Surge ruleset 等。Enhanced edition of GeoIP files for V2Ray, Xray-core, sing-box, Clash, mihomo, Shadowrocket, Quantumult X, Surge, hysteria, Trojan-Go, Leaf, etc.
Creative Commons Attribution Share Alike 4.0 International
3.8k stars 645 forks source link

怎么同时加入ipipnet和纯真的ipv4 #50

Closed unknowntokyo closed 2 years ago

unknowntokyo commented 2 years ago

我试了在配置连续加入,貌似不行

Loyalsoldier commented 2 years ago

不支持纯真 IP 的文件格式,但如果是纯真 IP 导出了纯文本 CIDR,是可以的。

另外,个人认为 IPIP.net 足够准确了

unknowntokyo commented 2 years ago

是纯真的ipcidr,我之前测试不可以

在 2022年1月8日,10:51,Loyalsoldier @.***> 写道:

 不支持纯真 IP 的文件格式,但如果是纯真 IP 导出了纯文本 CIDR,是可以的。

另外,个人认为 IPIP.net 足够准确了

— Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android. You are receiving this because you authored the thread.

Loyalsoldier commented 2 years ago

与已有的 CIDR 会合并在一起,所以不能直观地看到,只要没报错,就是对的。

unknowntokyo commented 2 years ago

我看了生成的文件大小和ipcidr的内容,ipipnet ipv4和纯真的ipv4同时添加只会生成其中一个的ipv4

在 2022年1月8日,11:02,Loyalsoldier @.***> 写道:

 与已有的 CIDR 会合并在一起,所以不能直观地看到,只要没报错,就是对的。

— Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android. You are receiving this because you authored the thread.

Loyalsoldier commented 2 years ago

ipipnet 和纯真的数据,肯定有大量的重复,这些重复的 CIDR 都会去重、合并在一起。

举例:1.0.0.0/24 在 ipip.net 数据里,1.0.0.0/26 在纯真的数据里,二者会合并成一条:1.0.0.0/24

unknowntokyo commented 2 years ago

哦哦,好的了解了...多谢

在 2022年1月8日,11:39,Loyalsoldier @.***> 写道:

 ipipnet 和纯真的数据,肯定有大量的重复,这些重复的 CIDR 都会去重、合并在一起。

举例:1.0.0.0/24 在 ipip.net 数据里,1.0.0.0/26 在纯真的数据里,二者会合并成一条:1.0.0.0/24

— Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android. You are receiving this because you authored the thread.