diff --git a/docs/content/examples/tutorials/routed.md b/docs/content/examples/tutorials/routed.md index eb55b364..6e5cc129 100644 --- a/docs/content/examples/tutorials/routed.md +++ b/docs/content/examples/tutorials/routed.md @@ -60,7 +60,6 @@ Pick an IPv4 and IPv6 subnet for your clients and add static routes on your rout /// note | 2001:db8::/32 The *documentation prefix* `2001:db8::/32` (RFC 3849) used in this example is not meant for production use, replace it with your own ISP-assigned IPv6 prefix (GUA) or local prefix (LUA) - /// @@ -90,4 +89,4 @@ iptables -A INPUT -p udp -m udp --dport {{port}} -j ACCEPT; iptables -A FORWARD 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 -``` +``` \ No newline at end of file