bundles/wireguard: iptables/bundle_rules should be a list
All checks were successful
bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2021-04-01 17:13:24 +02:00
parent 17f9aa9c3e
commit 5b276368b8
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -20,10 +20,10 @@ defaults = {
},
'iptables': {
'bundle_rules': {
'wireguard': {
'wireguard': [
'iptables_both -A FORWARD -i wg0 -j ACCEPT',
'iptables_both -A FORWARD -o wg0 -j ACCEPT',
},
],
},
},
'wireguard': {