nodes/home.router: add wg0 to allowed interfaces for netdata and nginx
All checks were successful
bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2021-02-14 21:42:50 +01:00
parent 9d0a602b49
commit 6527c985a7
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -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': {