netmaker update

This commit is contained in:
atagen 2022-09-05 21:43:40 +10:00
parent 3c5f9258b8
commit 058ead65c3
2 changed files with 5 additions and 5 deletions

View file

@ -27,14 +27,14 @@
enable = true;
interfaces = {
pond = {
ips = [ "10.4.20.2/32" ];
listenPort = 51820;
ips = [ "10.4.20.1/32" ];
listenPort = 51821;
privateKeyFile = "/root/pond.priv";
peers = [
{
publicKey = "ll0/+7bbaAFgCuUOj0s0twHalXLxcXOtkxJbtw/egV4=";
publicKey = "GzLoJ99BrmF4X4DKHtBOskIB2SsApkZ2jzPigSYkaX8=";
allowedIPs = [ "10.4.20.0/24" ];
endpoint = "141.164.52.106:51821";
endpoint = "45.76.121.195:51821";
persistentKeepalive = 20;
}
];