Remove persistent keepalive from Wireguard

This commit is contained in:
coolneng 2021-03-30 16:59:39 +02:00
parent 2eebba8b7d
commit e78f0d194d
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 0 additions and 2 deletions

View File

@ -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;
}
];
};