mirror of
https://github.com/MetaCubeX/Clash.Meta.git
synced 2025-04-06 06:33:31 +03:00
Fix: source ipcidr condition for rule IPCIDR
This commit is contained in:
parent
16fcee802b
commit
b23bc77001
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ func NewIPCIDR(s string, adapter string, ruleExtra *C.RuleExtra, opts ...IPCIDRO
|
|||
if err != nil {
|
||||
return nil, errPayload
|
||||
}
|
||||
ruleExtra.SourceIPs = nil
|
||||
|
||||
ipcidr := &IPCIDR{
|
||||
ipnet: ipnet,
|
||||
adapter: adapter,
|
||||
|
|
Loading…
Add table
Reference in a new issue