htz-hel.backup-sophie: open mosh and iperf ports
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
35104cb8ce
commit
5acfd4e657
1 changed files with 9 additions and 0 deletions
|
@ -10,6 +10,7 @@ nodes['htz-hel.backup-sophie'] = {
|
|||
'metadata': {
|
||||
'apt': {
|
||||
'packages': {
|
||||
'mosh': {},
|
||||
'borgbackup': {},
|
||||
},
|
||||
'unattended-upgrades': {
|
||||
|
@ -39,6 +40,14 @@ nodes['htz-hel.backup-sophie'] = {
|
|||
'backup-server': {
|
||||
'zfs-base': 'tank/backups',
|
||||
},
|
||||
'nftables': {
|
||||
'rules': {
|
||||
'50-sophie-misc': [
|
||||
'inet filter input udp dport { 60000-61000 } accept',
|
||||
'inet filter input tcp dport 5201 accept',
|
||||
],
|
||||
},
|
||||
},
|
||||
'zfs': {
|
||||
'datasets': {
|
||||
'tank/ejgwthink': {
|
||||
|
|
Loading…
Reference in a new issue