From 1a2948b8ed5355b7187faf2466e8f730c3d6ed6f Mon Sep 17 00:00:00 2001 From: RaffaelHold Date: Wed, 7 Jan 2026 15:56:22 +0100 Subject: [PATCH] Remove link to podman-nft --- docs/content/examples/tutorials/routed.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/examples/tutorials/routed.md b/docs/content/examples/tutorials/routed.md index fc5827c4..746cbf5c 100644 --- a/docs/content/examples/tutorials/routed.md +++ b/docs/content/examples/tutorials/routed.md @@ -94,7 +94,7 @@ PostDown iptables -D INPUT -p udp -m udp --dport {{port}} -j ACCEPT; iptables -D FORWARD -i wg0 -j ACCEPT; iptables -D FORWARD -o wg0 -j ACCEPT; ip6tables -D INPUT -p udp -m udp --dport {{port}} -j ACCEPT; ip6tables -D FORWARD -i wg0 -j ACCEPT; ip6tables -D FORWARD -o wg0 -j ACCEPT ``` -/// warning | Important: When using [nftables](./podman-nft.md) use the following hooks instead. +/// warning | Important: When using nftables use the following hooks instead. PostUp ```shell