diff --git a/.gitignore b/.gitignore index 8aee774..489767d 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ nftables.conf +backup.conf diff --git a/Makefile b/Makefile index c90d557..f77d256 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ SRC = ./ -NFT = nftables.conf.nft +NFT = nftables.conf all: $(info run make makeconf to unify .nft files into nftables.conf)