We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Windows
win11
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",应该会不走代理。但是现在发现都走了代理。
详见描述
The text was updated successfully, but these errors were encountered:
您好!您的 Issue 需要补充以下信息:
请先完成 "Verify steps" 部分的验证步骤,并勾选相应的复选框。
您提供的配置文件中存在一些问题:
proxy-groups
建议您:
感谢您的理解!
Sorry, something went wrong.
我配置的 "DOMAIN,******,vpn", 这类规则的确成功走了代理,但是问题是不期望走代理的也走了代理
No branches or pull requests
Verify steps
操作系统
Windows
系统版本
win11
发生问题 mihomo-party 版本
1.5.12
描述
我编写了一个自定义的配置文件。
按上面的规则,我理解是除了git.mywork.net.cn会经过代理,我访问其他网站,由于兜底规则的存在:"MATCH,DIRECT",应该会不走代理。但是现在发现都走了代理。
重现方式
详见描述
The text was updated successfully, but these errors were encountered: