nodes/home.{nas,router}: fix firewall for netdata and nginx
All checks were successful
bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2021-04-04 11:30:50 +02:00
parent e36a352a42
commit 68b8cf28d3
Signed by: kunsi
GPG key ID: 12E3D2136B818350
2 changed files with 6 additions and 3 deletions

View file

@ -105,7 +105,8 @@ nodes['home.nas'] = {
},
'netdata': {
'restrict-to': {
'172.19.136.0/22',
'172.19.136.0/25',
'172.19.138.0/24',
},
},
'nfs-server': {

View file

@ -98,12 +98,14 @@ nodes['home.router'] = {
},
'netdata': {
'restrict-to': {
'172.19.136.0/22',
'172.19.136.0/25',
'172.19.138.0/24',
},
},
'nginx': {
'restrict-to': {
'172.19.136.0/22',
'172.19.136.0/25',
'172.19.138.0/24',
},
'vhosts': {
'vnstat': {