bundles/wireguard: iptables/bundle_rules should be a list
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
17f9aa9c3e
commit
5b276368b8
1 changed files with 2 additions and 2 deletions
|
@ -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': {
|
||||
|
|
Loading…
Reference in a new issue