Prettified Code!

This commit is contained in:
frenck 2021-01-22 09:28:14 +00:00 committed by GitHub Action
parent 8238d7f885
commit c4404f1819

View file

@ -165,9 +165,7 @@ will disable that behavior.
By default it executes the following: By default it executes the following:
`iptables -A FORWARD -i %i -j ACCEPT; `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 -o %i -j ACCEPT;
iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE`
### Option: `server.post_down` _(optional)_ ### Option: `server.post_down` _(optional)_
@ -180,9 +178,7 @@ will disable that behavior.
By default it executes the following: By default it executes the following:
`iptables -D FORWARD -i %i -j ACCEPT; `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 -o %i -j ACCEPT;
iptables -t nat -D POSTROUTING -o eth0 -j MASQUERADE`
### Option: `server.mtu` _(optional)_ ### Option: `server.mtu` _(optional)_
@ -472,12 +468,12 @@ functionality. The format of the log is based on
[Keep a Changelog][keepchangelog]. [Keep a Changelog][keepchangelog].
Releases are based on [Semantic Versioning][semver], and use the format Releases are based on [Semantic Versioning][semver], and use the format
of ``MAJOR.MINOR.PATCH``. In a nutshell, the version will be incremented of `MAJOR.MINOR.PATCH`. In a nutshell, the version will be incremented
based on the following: based on the following:
- ``MAJOR``: Incompatible or major changes. - `MAJOR`: Incompatible or major changes.
- ``MINOR``: Backwards-compatible new features and enhancements. - `MINOR`: Backwards-compatible new features and enhancements.
- ``PATCH``: Backwards-compatible bugfixes and package updates. - `PATCH`: Backwards-compatible bugfixes and package updates.
## Support ## Support