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`