mirror of
https://github.com/hassio-addons/addon-wireguard.git
synced 2025-05-04 10:51:23 +00:00
👕 Fixes Markdownlint warnings
This commit is contained in:
parent
8f6cfeacf4
commit
ad9aa73480
1 changed files with 6 additions and 2 deletions
|
@ -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`
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue