Redesign of the nft firewall based on an existing Ansible playbook for the same purpose.
This commit is contained in:
8
sbin/fw-stop
Executable file
8
sbin/fw-stop
Executable 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
|
||||
|
||||
Reference in New Issue
Block a user