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] 自己编写的规则中,"MATCH,DIRECT"没有生效 #384

Closed
6 tasks done
GeTOUO opened this issue Nov 26, 2024 · 2 comments
Closed
6 tasks done

[Bug] 自己编写的规则中,"MATCH,DIRECT"没有生效 #384

GeTOUO opened this issue Nov 26, 2024 · 2 comments
Labels
bug Something isn't working more info needed

Comments

@GeTOUO
Copy link

GeTOUO commented Nov 26, 2024

Verify steps

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

操作系统

Windows

系统版本

win11

发生问题 mihomo-party 版本

1.5.12

描述

我编写了一个自定义的配置文件。

proxies:
 - {"name": "vpn", "type": "socks5", "server": "127.0.0.1", "port": 1080}
proxy-groups: []
rules: [
  "DOMAIN,xxxx.mywork.net.cn,DIRECT",

  "DOMAIN,git.mywork.net.cn,vpn",

  // ....这里略去其他,一些IP配置的走代理
  "MATCH,DIRECT"
]

按上面的规则,我理解是除了git.mywork.net.cn会经过代理,我访问其他网站,由于兜底规则的存在:"MATCH,DIRECT",应该会不走代理。但是现在发现都走了代理。
Image

重现方式

详见描述

@mihomo-party-bot mihomo-party-bot bot added bug Something isn't working more info needed labels Nov 26, 2024
Copy link

您好!您的 Issue 需要补充以下信息:

  1. 请先完成 "Verify steps" 部分的验证步骤,并勾选相应的复选框。

  2. 您提供的配置文件中存在一些问题:

    • proxy-groups 为空数组,这可能是导致规则无法正常工作的主要原因
    • 对于 SOCKS5 代理,通常需要在 proxy-groups 中定义代理组,然后在规则中引用代理组

建议您:

  1. 完成所有验证步骤
  2. 补充完整的配置文件,包括正确的代理组设置
  3. 重新提交 Issue

感谢您的理解!

@mihomo-party-bot mihomo-party-bot bot closed this as not planned Won't fix, can't repro, duplicate, stale Nov 26, 2024
@GeTOUO
Copy link
Author

GeTOUO commented Nov 26, 2024

我配置的 "DOMAIN,******,vpn", 这类规则的确成功走了代理,但是问题是不期望走代理的也走了代理

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working more info needed
Projects
None yet
Development

No branches or pull requests

1 participant