feat: Rename and set as method NftablesSetup -> Setup, fix template and types config, add create template config in system, update logic finds firewalls on system, add BurntSushi/toml as dependencies

This commit is contained in:
d3m0k1d
2026-01-13 14:53:16 +03:00
parent 9e9505e8d5
commit 72018eb69e
8 changed files with 77 additions and 19 deletions

5
go.mod
View File

@@ -2,7 +2,10 @@ module github.com/d3m0k1d/BanForge
go 1.25.5
require github.com/spf13/cobra v1.10.2
require (
github.com/BurntSushi/toml v1.6.0
github.com/spf13/cobra v1.10.2
)
require (
github.com/inconshreveable/mousetrap v1.1.0 // indirect