fix some leftover ULA addressing
This commit is contained in:
parent
b34879d0ca
commit
ffc9c1651c
2 changed files with 2 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
nodes['home.downloadhelper'] = {
|
nodes['home.downloadhelper'] = {
|
||||||
'hostname': 'fd90:2017:0:1138::27',
|
'hostname': '172.19.138.27',
|
||||||
'bundles': {
|
'bundles': {
|
||||||
'nfs-client',
|
'nfs-client',
|
||||||
'transmission',
|
'transmission',
|
||||||
|
@ -52,7 +52,6 @@ nodes['home.downloadhelper'] = {
|
||||||
},
|
},
|
||||||
'restrict-to': {
|
'restrict-to': {
|
||||||
'172.19.136.0/22',
|
'172.19.136.0/22',
|
||||||
'fd90:2017::/32',
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
nodes['home.paperless'] = {
|
nodes['home.paperless'] = {
|
||||||
'hostname': 'fd90:2017:0:1138::29',
|
'hostname': '172.19.138.29',
|
||||||
'bundles': {
|
'bundles': {
|
||||||
'nfs-client',
|
'nfs-client',
|
||||||
'nodejs',
|
'nodejs',
|
||||||
|
|
Loading…
Reference in a new issue