aboutsummaryrefslogtreecommitdiff
path: root/content/articles
diff options
context:
space:
mode:
Diffstat (limited to 'content/articles')
-rw-r--r--content/articles/nftables-examples.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/articles/nftables-examples.md b/content/articles/nftables-examples.md
index e467da2..5ce1c78 100644
--- a/content/articles/nftables-examples.md
+++ b/content/articles/nftables-examples.md
@@ -22,7 +22,7 @@ First, I add `/etc/nftables-reset.conf`, which is documented in the
On remote machines I also add this commented entry to the root
[`crontab`][cron]:
-```cron
+```bash
# enable when fiddling with firewall or else...
# */10 * * * * /sbin/nft -f /etc/nftables-reset.conf
```