From 86319480498ab424ab1b2079e699530c39e96a61 Mon Sep 17 00:00:00 2001 From: Hristo Venev Date: Fri, 17 May 2019 19:30:48 +0300 Subject: Implement persistent state. --- README.md | 2 -- 1 file changed, 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index a11f8a0..4ce6c8b 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,6 @@ General behavior --- `wgconfd INTERFACE CONFIG` starts a process that manages some peers of a WireGuard interface. It adds/overwrites peers it knows about and removes peers once they disappear from its view. It leaves any peers it has never seen intact. -TODO: Right now `wgconfd` does not persist its state across restarts. Restarting resets all endpoints and does not remove peers that disappeared from its view while it was down. - Configuration --- -- cgit