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': {
|
||||
'tcp dport 22 accept',
|
||||
},
|
||||
'forward': {},
|
||||
'nat': {},
|
||||
'output': {},
|
||||
'forward': set(),
|
||||
'nat': set(),
|
||||
'output': set(),
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue