From ad9aa73480597aa635d5aa43c80e3b1067a95291 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Thu, 29 Aug 2019 12:58:36 +0200 Subject: [PATCH] :shirt: Fixes Markdownlint warnings --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b5ef882..e7a3672 100644 --- a/README.md +++ b/README.md @@ -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`