1
0
mirror of https://github.com/MetaCubeX/mihomo.git synced 2025-09-20 20:45:58 +08:00
Commit Graph

17 Commits

Author SHA1 Message Date
ae7967f662 chore: the resolve and findProcess behaviors of Logic and SubRules follow the order and needs of the internal rules 2025-06-10 20:11:50 +08:00
7c8f451892 chore: cleanup geo internal code 2024-09-09 16:08:48 +08:00
a96f72ade4 fix: geoip wrong matching logic in fallback-filter
https://github.com/MetaCubeX/mihomo/issues/1478
2024-08-29 22:00:55 +08:00
4fecf68b8b chore: add sourceGeoIP and sourceIPASN to metadata 2024-08-28 12:25:45 +08:00
4fedfc47b0 chore: update geo unneeded reload whole config 2024-08-16 09:19:18 +08:00
3b472f786e chore: Add source matching for ip type rules 2024-04-01 18:16:34 +08:00
44d8a14629 feat: add IP-ASN rule 2024-03-12 03:14:25 +08:00
d27340867f chore: Add GeoIP result to metadata 2024-03-02 17:41:04 +08:00
e860497c0c chore: cleanup IPSet code 2024-01-13 11:44:02 +08:00
17c9d507be chore: hello mihomo 2023-11-03 21:58:21 +08:00
b0e76ec791 feat: Add Meta-geoip V0 database support 2023-07-17 10:33:20 +08:00
081e94c738 feat: Add sing-geoip database support 2023-07-14 22:28:24 +08:00
e9a7e104c0 fix: geoip mmdb/geodata init 2023-01-09 21:12:13 +08:00
d478728cb7 fix: geosite match 2022-11-21 10:33:42 +08:00
9b89ff9f2d feat: support sub-rule, eg.
rules:
  - SUB-RULE,(AND,((NETWORK,TCP),(DOMAIN-KEYWORD,google))),TEST2
  - SUB-RULE,(GEOIP,!CN),TEST1
  - MATCH,DIRECT

sub-rules:
  TEST2:
    - MATCH,Proxy
  TEST1:
    - RULE-SET,Local,DIRECT,no-resolve
    - GEOSITE,CN,Domestic
    - GEOIP,CN,Domestic
    - MATCH,Proxy
2022-09-06 17:30:35 +08:00
9317dd610b chore: Skip initial "lan" rules that load geoip 2022-08-17 00:33:03 +08:00
cb517cb529 chore: 调整目录与包名一致 2022-06-04 03:25:33 +08:00