15 lines
250 B
Python
15 lines
250 B
Python
defaults = {
|
|
'apt': {
|
|
'packages': {
|
|
'nftables': {},
|
|
},
|
|
},
|
|
'nftables': {
|
|
'input': {
|
|
'tcp dport 22 accept',
|
|
},
|
|
'forward': {},
|
|
'nat': {},
|
|
'output': {},
|
|
},
|
|
}
|