Skip to content

BUG: 路由正则不支持a{5,10}的形式 #925

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

Open
Z-Biner opened this issue Mar 31, 2025 · 0 comments
Open

BUG: 路由正则不支持a{5,10}的形式 #925

Z-Biner opened this issue Mar 31, 2025 · 0 comments

Comments

@Z-Biner
Copy link

Z-Biner commented Mar 31, 2025

描述问题

路由正则不支持a{5,10}的范围形式,但是支持a{7}这样的具体数字

预期行为:
a{5,10}应该匹配5-10个连续的a
实际行为:
无法匹配

如何复现

在路由规则中, 使用regexp:的形式绕过。
然后监控流量。

根据流量监控,可看到是走代理还是直链,当写范围和写准确数字时效果不同。
Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant