diff options
author | Paul Duncan <pabs@pablotron.org> | 2021-10-20 18:49:15 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2021-10-20 18:49:15 -0400 |
commit | c1cbe17abab5eab02144c4ab649279da1703365e (patch) | |
tree | 7b7eb6c891f6a378f11ea71176fbb00a1baf4199 | |
parent | e67c7b9ab722beb884b81a51ca74fe3d9605f410 (diff) | |
download | pablotron.org-c1cbe17abab5eab02144c4ab649279da1703365e.tar.bz2 pablotron.org-c1cbe17abab5eab02144c4ab649279da1703365e.zip |
content/articles/nftables-examples.md: use "bash" instead of "cron" for cron codeblock (is this correct?)
-rw-r--r-- | content/articles/nftables-examples.md | 2 |
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 ``` |