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

15 lines
250 B
Python

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