htz-cloud.wireguard: add c3voc vpn connection

This commit is contained in:
Franzi 2024-03-23 10:19:56 +01:00
parent aa0d4e5a76
commit 9b4a473236
Signed by: kunsi
GPG Key ID: 12E3D2136B818350
1 changed files with 12 additions and 0 deletions

View File

@ -33,6 +33,7 @@ nodes['htz-cloud.wireguard'] = {
},
'bird': {
'static_routes': {
'10.73.0.0/16',
'172.19.137.0/24',
'172.19.136.62/31',
'172.19.136.64/31',
@ -64,6 +65,17 @@ nodes['htz-cloud.wireguard'] = {
'wireguard': {
'snat_ip': '172.19.137.2',
'peers': {
'c3voc': {
'endpoint': 'wg.c3voc.de:13337',
'my_ip': '10.44.0.35/24',
'my_port': 51801,
'their_ip': '10.44.0.1',
'pubkey': vault.decrypt('encrypt$gAAAAABl_fnDW_9u0RLQpKmiE9V-4DjEcEVSaGp5NohG8tBD3tayGkrDd-LahgeEhDeWlCnoomErZi6HHCag3ODeoKivPr9F_UfdKPEOlCoDkMahqud8p5_3edi-TvIt30Bq_45yeIOo'),
'masquerade': True,
'routes': {
'10.73.0.0/16',
},
},
'kunsi-oneplus7': {
'endpoint': None,
'exclude_from_monitoring': True,