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