nodes/home.{nas,router}: fix firewall for netdata and nginx
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
e36a352a42
commit
68b8cf28d3
2 changed files with 6 additions and 3 deletions
|
@ -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': {
|
||||
|
|
|
@ -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': {
|
||||
|
|
Loading…
Reference in a new issue