initial commit
This commit is contained in:
5
bin/fw-stop
Executable file
5
bin/fw-stop
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
# Enstferne
|
||||
nft delete table inet fw_static 2>/dev/null || true
|
||||
Reference in New Issue
Block a user