Initial commit

This commit is contained in:
2025-10-01 12:59:38 +03:00
commit 24f9220e2c
6 changed files with 118 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
name: nftables
description: Nftables daemon
type: simple
start_cmd: /usr/bin/nft -f /etc/nftables.conf
stop_cmd: /usr/bin/nft flush ruleset
exit_method: stop_command