feat: add new cli command for output banning ip table
All checks were successful
CI.yml / build (push) Successful in 2m0s

This commit is contained in:
d3m0k1d
2026-01-16 02:41:37 +03:00
parent 914168f80f
commit 31184e009b
5 changed files with 82 additions and 0 deletions

View File

@@ -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 {