diff options
Diffstat (limited to 'content')
-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 ``` |