mirror of
https://github.com/MetaCubeX/mihomo.git
synced 2024-11-16 11:42:43 +08:00
chore: add description
This commit is contained in:
parent
f2b5ae6894
commit
e4138c3e1e
|
@ -416,6 +416,7 @@ func match(metadata *C.Metadata) (C.Proxy, C.Rule, error) {
|
|||
continue
|
||||
}
|
||||
|
||||
// only unwrap one group, multi-layer nesting will be invalid
|
||||
if adapter.Type() == C.Pass || (adapter.Unwrap(metadata) != nil && adapter.Unwrap(metadata).Type() == C.Pass) {
|
||||
log.Debugln("%s match Pass rule", adapter.Name())
|
||||
continue
|
||||
|
|
Loading…
Reference in New Issue
Block a user