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