mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-05-19 02:53:36 +03:00
Fix rule match
This commit is contained in:
@@ -400,6 +400,7 @@ func (r *Router) matchRule(
|
||||
|
||||
match:
|
||||
for currentRuleIndex, currentRule := range r.rules {
|
||||
metadata.ResetRuleCache()
|
||||
if !currentRule.Match(metadata) {
|
||||
continue
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user