👕 Fixes Markdownlint warnings

This commit is contained in:
Franck Nijhof 2019-08-29 12:58:36 +02:00
parent 8f6cfeacf4
commit ad9aa73480
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

@ -179,7 +179,9 @@ disable that behaviour.
By default it executes the following:
`iptables -A FORWARD -i %i -j ACCEPT; iptables -A FORWARD -o %i -j ACCEPT; iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE`
`iptables -A FORWARD -i %i -j ACCEPT;
iptables -A FORWARD -o %i -j ACCEPT;
iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE`
### Option: `server.post_down` _(optional)_
@ -192,7 +194,9 @@ disable that behaviour.
By default it executes the following:
`iptables -D FORWARD -i %i -j ACCEPT; iptables -D FORWARD -o %i -j ACCEPT; iptables -t nat -D POSTROUTING -o eth0 -j MASQUERADE`
`iptables -D FORWARD -i %i -j ACCEPT;
iptables -D FORWARD -o %i -j ACCEPT;
iptables -t nat -D POSTROUTING -o eth0 -j MASQUERADE`
### Option: `peers.name`