feat: add to cli commands for open/close ports on firewall
All checks were successful
build / build (push) Successful in 2m2s

This commit is contained in:
d3m0k1d
2026-02-09 21:51:31 +03:00
parent aacc98668f
commit 6f261803a7
2 changed files with 63 additions and 1 deletions

View File

@@ -28,6 +28,7 @@ func Execute() {
rootCmd.AddCommand(command.UnbanCmd)
rootCmd.AddCommand(command.BanListCmd)
rootCmd.AddCommand(command.VersionCmd)
rootCmd.AddCommand(command.PortCmd)
command.RuleRegister()
command.FwRegister()
if err := rootCmd.Execute(); err != nil {