bundlewrap/bundles/nftables/metadata.py
2022-09-09 19:50:42 +02:00

14 lines
231 B
Python

defaults = {
'apt': {
'packages': {
'nftables': {},
},
},
'nftables': {
'input': {
'tcp dport 22 accept',
},
'forward': {},
'output': {},
},
}