mirror of
https://github.com/Kiritow/wg-ops.git
synced 2024-03-22 13:11:37 +08:00
Update readme
This commit is contained in:
parent
413af7c180
commit
793b341026
|
@ -42,7 +42,11 @@ Set `net.ipv4.ip_forward` to 1. Enable ip packet forward.
|
|||
|
||||
**iptables-forward**
|
||||
|
||||
Add iptables rules to accept forward from this wireguard interface. Example: `iptables -A FORWARD -i wg0 -J ACCEPT`
|
||||
Add iptables rules to accept forward from this wireguard interface. Example: `iptables -A FORWARD -i wg0 -j ACCEPT`
|
||||
|
||||
**iptables-gateway**
|
||||
|
||||
Add iptables rules to masquerade source ip as a gateway. Example: `iptables -t nat -A POSTROUTING -o wg0 -j MASQUERADE`
|
||||
|
||||
**podman-user** *username*
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user