Browse Source

Remove link to podman-nft

pull/2380/head
RaffaelHold 6 months ago
committed by GitHub
parent
commit
1a2948b8ed
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      docs/content/examples/tutorials/routed.md

2
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

Loading…
Cancel
Save