This commit is contained in:
jacekpoz 2023-07-20 15:52:22 +02:00
parent 975f113bec
commit 77f90cb797

View file

@ -9,7 +9,6 @@
checkReversePath = "loose";
};
wireguard = {
dynamicEndpointRefreshSeconds = 5;
interfaces = {
ch0 = {
ips = [ "10.100.0.2/24" ];
@ -21,6 +20,7 @@
publicKey = "cq4ZqnPM7wVGkoiquDbQLNuqEiPuHa/CLiGFow6buUI=";
allowedIPs = [ "0.0.0.0/0" ];
endpoint = "hcq082e0b05.sn.mynetname.net:51820";
dynamicEndpointRefreshSeconds = 5;
persistentKeepalive = 25;
}
];