feat: add simple setup func to blockerengine, fix init and db, version for realease v0.2.0
This commit is contained in:
@@ -57,3 +57,7 @@ func (f *Firewalld) Unban(ip string) error {
|
||||
f.logger.Info("Reload " + string(output))
|
||||
return nil
|
||||
}
|
||||
|
||||
func (f *Firewalld) Setup(config string) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user