Remove persistent keepalive from Wireguard
This commit is contained in:
parent
2eebba8b7d
commit
e78f0d194d
|
@ -27,7 +27,6 @@
|
|||
publicKey = "GN8lqPBZYOulh6xD4GhkoEWI65HMMCpSxJSH5871YnU=";
|
||||
allowedIPs = [ "0.0.0.0/0" ];
|
||||
endpoint = "coolneng.duckdns.org:1194";
|
||||
persistentKeepalive = 25;
|
||||
}
|
||||
];
|
||||
};
|
||||
|
@ -40,7 +39,6 @@
|
|||
publicKey = "SYfPEKJkO3HaCiQdV/iionsS6CEjLcLt9C0x0Ib3tEU=";
|
||||
allowedIPs = [ "10.9.0.1/32" "10.0.1.0/24" ];
|
||||
endpoint = "coace.duckdns.org:1194";
|
||||
persistentKeepalive = 25;
|
||||
}
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue