aboutsummaryrefslogtreecommitdiff
path: root/content/articles
diff options
context:
space:
mode:
authorPaul Duncan <pabs@pablotron.org>2021-10-20 18:49:15 -0400
committerPaul Duncan <pabs@pablotron.org>2021-10-20 18:49:15 -0400
commitc1cbe17abab5eab02144c4ab649279da1703365e (patch)
tree7b7eb6c891f6a378f11ea71176fbb00a1baf4199 /content/articles
parente67c7b9ab722beb884b81a51ca74fe3d9605f410 (diff)
downloadpablotron.org-c1cbe17abab5eab02144c4ab649279da1703365e.tar.bz2
pablotron.org-c1cbe17abab5eab02144c4ab649279da1703365e.zip
content/articles/nftables-examples.md: use "bash" instead of "cron" for cron codeblock (is this correct?)
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
```