Skip to content
This repository has been archived by the owner on Aug 22, 2024. It is now read-only.

Latest commit

 

History

History
25 lines (24 loc) · 1.3 KB

README.md

File metadata and controls

25 lines (24 loc) · 1.3 KB

一、 说明

  1. 根据 Loyalsoldier/geoip 进行深度定制,有且仅有如下分类
- GEOIP,cn, 国内 IP
- GEOIP,private, 私有网络
- GEOIP,telegram, Telegram IP
  1. 每天早上 3 点(北京时间)自动构建
  2. GEOIP:cn 源采用 blackmatrix7/ios_rule_script/ChinaMax(ChinaMax_IP.txt)
  3. GEOIP:private 源采用 blackmatrix7/ios_rule_script/Lan(IP 部分)

二、 下载

1. geoip.dat

① GitHub 源:https://github.com/heganyuliang/clash-geoip/releases/download/latest/geoip.dat
② jsDelivr 源:https://cdn.jsdelivr.net/gh/heganyuliang/clash-geoip@release/geoip.dat

2. Country.mmdb

① GitHub 源:https://github.com/heganyuliang/clash-geoip/releases/download/latest/Country.mmdb
② jsDelivr 源:https://cdn.jsdelivr.net/gh/heganyuliang/clash-geoip@release/Country.mmdb

三、 导入

1. 导入 ShellClash

连接 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