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