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
增加对以下语法之一的支持,即无条件按some-sub-rule进一步匹配。之所以不把some-sub-rule的内容直接贴到rules末尾,是因为还有其他多处使用some-sub-rule。
some-sub-rule
rules
rules: - SUB-RULE,(MATCH),some-sub-rule - SUB-RULE,(MATCH,),some-sub-rule
目前的临时解决方案是
rules: - SUB-RULE,(DST-PORT,0-65535),some-sub-rule
The text was updated successfully, but these errors were encountered:
此功能,无必要。 MATCH,就穷尽所有已知之后的终极规则。 子规则,就是没有穷尽,逻辑上错误。
Sorry, something went wrong.
No branches or pull requests
验证步骤
描述
增加对以下语法之一的支持,即无条件按
some-sub-rule
进一步匹配。之所以不把some-sub-rule
的内容直接贴到rules
末尾,是因为还有其他多处使用some-sub-rule
。目前的临时解决方案是
The text was updated successfully, but these errors were encountered: