From 90ef35d074b2db69399217ef7e7d86991865ed84 Mon Sep 17 00:00:00 2001 From: RaffaelHold Date: Wed, 7 Jan 2026 16:08:46 +0100 Subject: [PATCH] Add additional whitespace --- docs/content/examples/tutorials/routed.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/content/examples/tutorials/routed.md b/docs/content/examples/tutorials/routed.md index eef2d53f..3ed4070d 100644 --- a/docs/content/examples/tutorials/routed.md +++ b/docs/content/examples/tutorials/routed.md @@ -95,6 +95,7 @@ iptables -D INPUT -p udp -m udp --dport {{port}} -j ACCEPT; iptables -D FORWARD ``` /// warning | Important: When using nftables use the following hooks instead. + PostUp ```shell