rework firewall setup
This commit is contained in:
parent
be62c1270f
commit
cd48cf495d
30 changed files with 145 additions and 122 deletions
|
@ -41,10 +41,10 @@ nodes['htz-hel.backup-sophie'] = {
|
|||
'zfs-base': 'tank/backups',
|
||||
},
|
||||
'nftables': {
|
||||
'rules': {
|
||||
'input': {
|
||||
'50-sophie-misc': [
|
||||
'inet filter input udp dport { 60000-61000 } accept',
|
||||
'inet filter input tcp dport 5201 accept',
|
||||
'udp dport { 60000-61000 } accept',
|
||||
'tcp dport 5201 accept',
|
||||
],
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue