add dummy htz-cloud.molly-connector

This commit is contained in:
Franzi 2024-03-06 23:02:18 +01:00
parent 0d362bdb22
commit 6b387c9d11
Signed by: kunsi
GPG Key ID: 12E3D2136B818350
3 changed files with 10 additions and 1 deletions

View File

@ -51,7 +51,7 @@ nodes['home.downloadhelper'] = {
'download-queue-size': 10,
},
'restrict-to': {
'172.19.136.0/22',
'172.19.128.0/20',
},
},
},

View File

@ -98,6 +98,7 @@ nodes['home.router'] = {
'restrict-to': {
'172.19.136.0/25',
'172.19.138.0/24',
'htz-cloud.molly-connector',
},
'vhosts': {
'vnstat': {

View File

@ -0,0 +1,8 @@
dummy = true
# Machine is managed by molly and does SNAT for her vpn infrastructure.
# Putting this into my hetzner cloud project was the easiest way to do
# interconnect.
[metadata.interfaces.default]
ips = ["172.19.137.5"]