- 根据 Loyalsoldier/geoip 进行深度定制,有且仅有如下分类:
- GEOIP,cn, 国内 IP
- GEOIP,private, 私有网络
- GEOIP,telegram, Telegram IP
- 每天早上 3 点(北京时间)自动构建
GEOIP:cn
源采用 blackmatrix7/ios_rule_script/ChinaMax(ChinaMax_IP.txt)GEOIP:private
源采用 blackmatrix7/ios_rule_script/Lan(IP 部分)
① GitHub 源:https://github.com/heganyuliang/clash-geoip/releases/download/latest/geoip.dat
② jsDelivr 源:https://cdn.jsdelivr.net/gh/heganyuliang/clash-geoip@release/geoip.dat
① GitHub 源:https://github.com/heganyuliang/clash-geoip/releases/download/latest/Country.mmdb
② jsDelivr 源:https://cdn.jsdelivr.net/gh/heganyuliang/clash-geoip@release/Country.mmdb
连接 SSH 后执行如下命令:
curl -o $CRASHDIR/GeoIP.dat -L https://cdn.jsdelivr.net/gh/heganyuliang/clash-geoip@release/geoip.dat
curl -o $CRASHDIR/Country.mmdb -L https://cdn.jsdelivr.net/gh/heganyuliang/clash-geoip@release/Country.mmdb