diff --git a/main.go b/main.go index 79da31b..a9ddc02 100644 --- a/main.go +++ b/main.go @@ -102,6 +102,8 @@ func main() { // Initialize backend switch configuration.Backend { + case "": + log.Fatalf("no backend configuration found (is it missing?) - please choose one of the available backends") case "ipset": activeBackend = &ipsetBackend{} case "nft":