From c1cbe17abab5eab02144c4ab649279da1703365e Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Wed, 20 Oct 2021 18:49:15 -0400 Subject: content/articles/nftables-examples.md: use "bash" instead of "cron" for cron codeblock (is this correct?) --- content/articles/nftables-examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content') 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 ``` -- cgit v1.2.3