feat: add new cli command for output banning ip table
All checks were successful
CI.yml / build (push) Successful in 2m0s
All checks were successful
CI.yml / build (push) Successful in 2m0s
This commit is contained in:
@@ -27,6 +27,7 @@ func Execute() {
|
||||
rootCmd.AddCommand(command.RuleCmd)
|
||||
rootCmd.AddCommand(command.BanCmd)
|
||||
rootCmd.AddCommand(command.UnbanCmd)
|
||||
rootCmd.AddCommand(command.BanListCmd)
|
||||
command.RuleRegister()
|
||||
command.FwRegister()
|
||||
if err := rootCmd.Execute(); err != nil {
|
||||
|
||||
Reference in New Issue
Block a user