bundlewrap/bundles/nftables/metadata.py
2025-07-11 23:55:02 +02:00

15 lines
259 B
Python

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