Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] GEOSITE (自动填充、本地geosite.dat、覆写可正确识别)三者都不一致 #570

Open
6 tasks done
lanceyliao opened this issue Mar 6, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@lanceyliao
Copy link

Verify steps

  • 我已在标题简短的描述了我所遇到的问题
  • 我已在 Issue Tracker 中寻找过我要提出的问题,但未找到相同的问题
  • 我已在 常见问题 中寻找过我要提出的问题,并没有找到答案
  • 这是 GUI 程序的问题,而不是内核程序的问题
  • 我已经关闭所有杀毒软件/代理软件后测试过,问题依旧存在
  • 我已经使用最新的测试版本测试过,问题依旧存在

操作系统

Windows

系统版本

win11

发生问题 mihomo-party 版本

1.7.2

描述

覆写中:

  1. (bug)geosite自动填充有ibllc,但dat文件里没有,覆写填了报错无法识别
+rules:
  - "GEOSITE,ibllc,GLOBAL"

(bug)dat文件里有ibkr,自动填充也有,但填进去报错无法识别

+rules:
  - "GEOSITE,ibkr,GLOBAL"

(正确行为)自动填充有sharepoint,dat有sharepoint,覆写用sharepoint也能识别

+rules:
  - "GEOSITE,sharepoint,DIRECT"

重现方式

Image

Image

Image

Image

Image

+rules:
  - "DOMAIN-SUFFIX,cn,DIRECT"
  # - "DOMAIN-REGEX,.*(interactivebrokers|ibkr|ibllc)\\.com\\.cn,DIRECT"
  # - "GEOSITE,ibkr,GLOBAL"
  # - "DOMAIN-REGEX,.*(interactivebrokers|ibkr|ibllc)\\.(com|info)$,GLOBAL"
  # - "DOMAIN-SUFFIX,sharepoint.com,DIRECT"
  - "GEOSITE,sharepoint,DIRECT"
- "GEOSITE,sharepoint,DIRECT"

这个能识别到,

  # - "GEOSITE,ibkr,GLOBAL"

这个识别不到

geo用的这个
https://github.com/MetaCubeX/geo

@mihomo-party-bot mihomo-party-bot bot added the bug Something isn't working label Mar 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant