nodes/ovh.wireguard: fix wireguard vpn connection to kunsi-oneplus3
kunsi/bundlewrap/pipeline/head This commit looks good Details

This commit is contained in:
Franzi 2021-10-03 10:07:29 +02:00
parent b7482008df
commit 2d1f638894
Signed by: kunsi
GPG Key ID: 12E3D2136B818350
1 changed files with 7 additions and 2 deletions

View File

@ -17,6 +17,11 @@ nodes['ovh.wireguard'] = {
'gateway6': '2001:41d0:701:1100::1'
},
},
'bird': {
'static_routes': {
'172.19.136.64/26',
},
},
'backups': {
'exclude_from_backups': True,
},
@ -30,8 +35,8 @@ nodes['ovh.wireguard'] = {
'home.router': {},
'htz-cloud.wireguard': {},
'kunsi-oneplus3': {
'their_ip': '172.19.136.100',
'my_ip': '172.19.136.99',
'their_ip': '172.19.136.65',
'my_ip': '172.19.136.64',
'my_port': 51819,
'psk': vault.decrypt('encrypt$gAAAAABgKYeeuPfokbk7lSbbJX-52kap5Cs3tdCHpezkKcExV-yLTHPjszIcAh1T9wW1BtGElRdZea7VTikV3qEu3bupiSqEW4l2lmD5cn2ERYRfuVCoYSkOlmEGokHUX7Nja4G_A2_x'),
'pubkey': vault.decrypt('encrypt$gAAAAABgKYdTqLG3DcB13QqQadUxyzIjvSxwgZQNjorQi-ADSLsNdDbhikSAGQnSmGelLB74V175awIIir768WEnpLJUKX6nt_i2BxOP3JazvKZSQECkiK8G-IRn8wWWgKarfmtqRwh6'),