diff --git a/nodes/home/downloadhelper.py b/nodes/home/downloadhelper.py index fc84fbe..0d97ba1 100644 --- a/nodes/home/downloadhelper.py +++ b/nodes/home/downloadhelper.py @@ -51,7 +51,7 @@ nodes['home.downloadhelper'] = { 'download-queue-size': 10, }, 'restrict-to': { - '172.19.136.0/22', + '172.19.128.0/20', }, }, }, diff --git a/nodes/home/router.py b/nodes/home/router.py index 66fce52..a35fa5e 100644 --- a/nodes/home/router.py +++ b/nodes/home/router.py @@ -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': { diff --git a/nodes/htz-cloud.molly-connector.toml b/nodes/htz-cloud.molly-connector.toml new file mode 100644 index 0000000..eeea694 --- /dev/null +++ b/nodes/htz-cloud.molly-connector.toml @@ -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"]