diff --git a/nodes/ovh/wireguard.py b/nodes/ovh/wireguard.py index f33515d..22f1264 100644 --- a/nodes/ovh/wireguard.py +++ b/nodes/ovh/wireguard.py @@ -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'),