fix set not dict
This commit is contained in:
parent
5a1ce55086
commit
e7c5fe9213
1 changed files with 3 additions and 3 deletions
|
@ -8,8 +8,8 @@ defaults = {
|
||||||
'input': {
|
'input': {
|
||||||
'tcp dport 22 accept',
|
'tcp dport 22 accept',
|
||||||
},
|
},
|
||||||
'forward': {},
|
'forward': set(),
|
||||||
'nat': {},
|
'nat': set(),
|
||||||
'output': {},
|
'output': set(),
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue