bundles/wireguard: also allow outgoing traffic

How did this ever work without this rule?
This commit is contained in:
Franzi 2021-03-15 09:00:35 +01:00
parent adb808a683
commit 52cab71fec
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -17,6 +17,7 @@ defaults = {
'wireguard': [
'iptables_both -A INPUT -p udp --dport 51820 -j ACCEPT',
'iptables_both -A FORWARD -i wg0 -j ACCEPT',
'iptables_both -A FORWARD -o wg0 -j ACCEPT',
],
},
},