fix set not dict

This commit is contained in:
CroneKorkN 2025-07-11 23:55:02 +02:00
parent 5a1ce55086
commit e7c5fe9213
Signed by: cronekorkn
SSH key fingerprint: SHA256:v0410ZKfuO1QHdgKBsdQNF64xmTxOF8osF1LIqwTcVw

View file

@ -8,8 +8,8 @@ defaults = {
'input': { 'input': {
'tcp dport 22 accept', 'tcp dport 22 accept',
}, },
'forward': {}, 'forward': set(),
'nat': {}, 'nat': set(),
'output': {}, 'output': set(),
}, },
} }