htz-cloud.wireguard: add c3voc vpn connection
This commit is contained in:
parent
aa0d4e5a76
commit
9b4a473236
1 changed files with 12 additions and 0 deletions
|
@ -33,6 +33,7 @@ nodes['htz-cloud.wireguard'] = {
|
||||||
},
|
},
|
||||||
'bird': {
|
'bird': {
|
||||||
'static_routes': {
|
'static_routes': {
|
||||||
|
'10.73.0.0/16',
|
||||||
'172.19.137.0/24',
|
'172.19.137.0/24',
|
||||||
'172.19.136.62/31',
|
'172.19.136.62/31',
|
||||||
'172.19.136.64/31',
|
'172.19.136.64/31',
|
||||||
|
@ -64,6 +65,17 @@ nodes['htz-cloud.wireguard'] = {
|
||||||
'wireguard': {
|
'wireguard': {
|
||||||
'snat_ip': '172.19.137.2',
|
'snat_ip': '172.19.137.2',
|
||||||
'peers': {
|
'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': {
|
'kunsi-oneplus7': {
|
||||||
'endpoint': None,
|
'endpoint': None,
|
||||||
'exclude_from_monitoring': True,
|
'exclude_from_monitoring': True,
|
||||||
|
|
Loading…
Reference in a new issue