fix: do not flush ipset

This commit is contained in:
SunBK201 2025-11-21 00:25:25 +08:00
parent 0bf14e2156
commit bc94b341c0

View File

@ -203,7 +203,7 @@ func (f *Firewall) IptSetLanIP() error {
return err
}
}
return set.Flush()
return nil
}
func (f *Firewall) IptDeleteLanIP() error {