chore(wireguard): Added new peer for Family desktop
This commit is contained in:
parent
c07b6dc58b
commit
7d223fad78
1 changed files with 5 additions and 0 deletions
|
@ -46,6 +46,11 @@
|
|||
publicKey = "42Vj5VG4bJpOUE7j5UW28IFSmPlV+X3tIA9ne55W0Fo=";
|
||||
allowedIPs = ["10.8.0.42/32"];
|
||||
}
|
||||
{
|
||||
# Family desktop
|
||||
publicKey = "cpBhnLD4u5brDZsc2uqXVlelApCIXFdRnfJXJU1WDmM=";
|
||||
allowedIPs = ["10.8.0.11/32"];
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue