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
在测试中发现Geosite:cn的域名匹配方式为Full, 即字符串完全匹配。这样会导致一些域名在查询的时候还是走代理。例如,域名列表中有baidu.com,但是1234.abc.baidu.com 无法匹配到。请增加Geosite列表后缀匹配功能。 P.S如果能支持TXT文件列表就更好了
更灵活的域名匹配方式
The text was updated successfully, but these errors were encountered:
Thanks for opening this issue!
Sorry, something went wrong.
No branches or pull requests
Improvement Suggestion
在测试中发现Geosite:cn的域名匹配方式为Full, 即字符串完全匹配。这样会导致一些域名在查询的时候还是走代理。例如,域名列表中有baidu.com,但是1234.abc.baidu.com 无法匹配到。请增加Geosite列表后缀匹配功能。
P.S如果能支持TXT文件列表就更好了
Potential Benefits
更灵活的域名匹配方式
The text was updated successfully, but these errors were encountered: