dynamicEndpointRefreshSeconds = 60;
};
};
+ courge = rec {
+ ipv4 = "192.168.42.7";
+ ips = [ "${ipv4}/24" ];
+ listenPort = 43647;
+ persistentKeepalive = 30;
+ peer = {
+ publicKey = "6f9qhj/MDTm0dehld3zIeDLpGRvbYU1XmRgpYZqkeQU=";
+ allowedIPs = [ "${ipv4}/32" ];
+ dynamicEndpointRefreshSeconds = 60;
+ };
+ };
}