feat(services): Added new peer for pi4
This commit is contained in:
parent
29fc1dbf24
commit
a1e3f8cfc3
1 changed files with 5 additions and 0 deletions
|
@ -51,6 +51,11 @@
|
|||
publicKey = "cpBhnLD4u5brDZsc2uqXVlelApCIXFdRnfJXJU1WDmM=";
|
||||
allowedIPs = ["10.8.0.11/32"];
|
||||
}
|
||||
{
|
||||
# pi4
|
||||
publicKey = "F9AkCI0FGkrFhCq+SvCT1F2RG2ApNUy+SeIj1+VPtXI=";
|
||||
allowedIPs = ["10.8.0.31/32"];
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue