forked from poz/niksos
oops
This commit is contained in:
parent
975f113bec
commit
77f90cb797
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue