diff options
author | Paul Duncan <pabs@pablotron.org> | 2021-10-20 14:28:13 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2021-10-20 14:28:13 -0400 |
commit | f2d521e4a76ea5c1c66aecf2ab4f11674506443e (patch) | |
tree | 9b4af25fb2fce3393307d0eece59227eefa665dc /content/articles | |
parent | 42009145206d622a7aeaf8cb8213039bc82f4715 (diff) | |
download | pablotron.org-f2d521e4a76ea5c1c66aecf2ab4f11674506443e.tar.bz2 pablotron.org-f2d521e4a76ea5c1c66aecf2ab4f11674506443e.zip |
articles/nftables-examples.md: use figure shortcode instead of markdown image
Diffstat (limited to 'content/articles')
-rw-r--r-- | content/articles/nftables-examples.md | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/content/articles/nftables-examples.md b/content/articles/nftables-examples.md index 6108ce7..e467da2 100644 --- a/content/articles/nftables-examples.md +++ b/content/articles/nftables-examples.md @@ -374,10 +374,16 @@ table inet filter { } ``` -Here's what those `DROP` entries look like in the `journalctl -f` +Here's what the `DROP` rules look like in the `journalctl -f` output: -![nftables DROP entries in journalctl][log-drop-entries] +{{< figure + src="/files/articles/nftables-examples/journalctl-drop-entries.png" + class=image + width=582 + height=471 + caption="nftables DROP entries in journalctl log" +>}} ## Reset Script @@ -507,5 +513,3 @@ table ip nat { "nftables maps" [nftables wiki]: https://wiki.nftables.org/ "nftables wiki" -[log-drop-entries]: /files/articles/nftables-examples/journalctl-drop-entries.png - "nftables DROP entries in journalctl log" |