Files
2026-01-22 17:50:18 +01:00

14 lines
304 B
Plaintext

---
functions:
file-write:
- binary: false
code: |-
iptables -A INPUT -i lo -j ACCEPT -m comment --comment DATA
iptables -S
iptables-save -f /path/to/output-file
comment: |-
The content is written along with a number of `iptables` rules.
contexts:
sudo:
...