Redesign of the nft firewall based on an existing Ansible playbook for the same purpose.

This commit is contained in:
2025-12-29 17:49:12 +01:00
parent 13893f6cd9
commit f03b0c7ab3
10 changed files with 247 additions and 189 deletions

8
sbin/fw-stop Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/bash
set -euo pipefail
# *** [ Ansible managed file: DO NOT EDIT DIRECTLY ] ***
nft delete table inet fw_static 2>/dev/null || true