diff --git a/nodes/htz-cloud/wireguard.py b/nodes/htz-cloud/wireguard.py index 42c187d..df618ea 100644 --- a/nodes/htz-cloud/wireguard.py +++ b/nodes/htz-cloud/wireguard.py @@ -37,6 +37,7 @@ nodes['htz-cloud.wireguard'] = { '172.19.137.0/24', '172.19.136.62/31', '172.19.136.64/31', + '192.168.100.0/24', }, }, 'nftables': { @@ -80,6 +81,17 @@ nodes['htz-cloud.wireguard'] = { '10.73.0.0/16', }, }, + 'fra-jana': { + 'endpoint': 'gw.as212226.net:40000', + 'my_ip': '192.168.48.11/24', + 'my_port': 51802, + 'their_ip': '192.168.48.1', + 'pubkey': vault.decrypt('encrypt$gAAAAABnCA7M0Jg0cQwIaYCYEYN74MOSQK30rbhxD6tDIi2VEBqPh-UHrt7MdRzI4AUZ-p0MzjIdsps_DdGBkUTwA_UKD15Q_tg_LJNwDb04zvgSqc3hnJ4jeS2ZZEED0T1dVJ7E0YNS'), + 'masquerade': True, + 'routes': { + '192.168.100.0/24', + }, + }, 'kunsi-oneplus7': { 'endpoint': None, 'exclude_from_monitoring': True,