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