nodes/home.router: add wg0 to allowed interfaces 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
9d0a602b49
commit
6527c985a7
1 changed files with 2 additions and 0 deletions
|
@ -84,12 +84,14 @@ nodes['home.router'] = {
|
|||
'netdata': {
|
||||
'restrict-to-interfaces': {
|
||||
'enp1s0.42',
|
||||
'wg0',
|
||||
},
|
||||
},
|
||||
'nginx': {
|
||||
'use_ssl_for_all_connections': False,
|
||||
'restrict-to-interfaces': {
|
||||
'enp1s0.42',
|
||||
'wg0',
|
||||
},
|
||||
},
|
||||
'openvpn-client': {
|
||||
|
|
Loading…
Reference in a new issue