diff options
author | Paul Duncan <pabs@pablotron.org> | 2022-01-27 23:00:02 -0500 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2022-01-27 23:00:02 -0500 |
commit | 7bfd1fd8580bebb0c1cd4aa0a5ff8458e52a3fe0 (patch) | |
tree | 93682d88a25f813554acf43f7a732b4305f93a96 /content | |
parent | 387a868e2e1d59eda16c4ad78f3550c54c669ab5 (diff) | |
download | pablotron.org-7bfd1fd8580bebb0c1cd4aa0a5ff8458e52a3fe0.tar.bz2 pablotron.org-7bfd1fd8580bebb0c1cd4aa0a5ff8458e52a3fe0.zip |
articles/nftables-examples.md: add webp, use pe-figure
Diffstat (limited to 'content')
-rw-r--r-- | content/articles/nftables-examples.md | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/content/articles/nftables-examples.md b/content/articles/nftables-examples.md index 5ce1c78..10cae12 100644 --- a/content/articles/nftables-examples.md +++ b/content/articles/nftables-examples.md @@ -5,6 +5,16 @@ date: "2021-10-20" # show table of contents toc: true + +pics: + journalctl-drop-entries: + css: "image" + tip: "nftables DROP entries in journalctl log" + sources: + - "/files/articles/nftables-examples/journalctl-drop-entries.webp" + - src: "/files/articles/nftables-examples/journalctl-drop-entries.png" + width: 582 + height: 471 --- ## Overview @@ -377,13 +387,7 @@ table inet filter { Here's what the `DROP` rules look like in the `journalctl -f` output: -{{< figure - src="/files/articles/nftables-examples/journalctl-drop-entries.png" - class=image - width=582 - height=471 - caption="nftables DROP entries in journalctl log" ->}} +{{< pe-figure "journalctl-drop-entries" >}} ## Reset Script |