aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Duncan <pabs@pablotron.org>2022-01-27 23:00:02 -0500
committerPaul Duncan <pabs@pablotron.org>2022-01-27 23:00:02 -0500
commit7bfd1fd8580bebb0c1cd4aa0a5ff8458e52a3fe0 (patch)
tree93682d88a25f813554acf43f7a732b4305f93a96
parent387a868e2e1d59eda16c4ad78f3550c54c669ab5 (diff)
downloadpablotron.org-7bfd1fd8580bebb0c1cd4aa0a5ff8458e52a3fe0.tar.bz2
pablotron.org-7bfd1fd8580bebb0c1cd4aa0a5ff8458e52a3fe0.zip
articles/nftables-examples.md: add webp, use pe-figure
-rw-r--r--content/articles/nftables-examples.md18
-rw-r--r--static/files/articles/nftables-examples/journalctl-drop-entries.webpbin0 -> 10404 bytes
2 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
diff --git a/static/files/articles/nftables-examples/journalctl-drop-entries.webp b/static/files/articles/nftables-examples/journalctl-drop-entries.webp
new file mode 100644
index 0000000..fcc603c
--- /dev/null
+++ b/static/files/articles/nftables-examples/journalctl-drop-entries.webp
Binary files differ