Browse Source

remove whitelines

pull/2181/head
Daniël Vos 10 months ago
parent
commit
e7aa4f7211
  1. 3
      docs/content/examples/tutorials/routed.md

3
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
```
```
Loading…
Cancel
Save