bundles/wireguard: also allow outgoing traffic
How did this ever work without this rule?
This commit is contained in:
parent
adb808a683
commit
52cab71fec
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ defaults = {
|
||||||
'wireguard': [
|
'wireguard': [
|
||||||
'iptables_both -A INPUT -p udp --dport 51820 -j ACCEPT',
|
'iptables_both -A INPUT -p udp --dport 51820 -j ACCEPT',
|
||||||
'iptables_both -A FORWARD -i wg0 -j ACCEPT',
|
'iptables_both -A FORWARD -i wg0 -j ACCEPT',
|
||||||
|
'iptables_both -A FORWARD -o wg0 -j ACCEPT',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue