aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorHristo Venev <hristo@venev.name>2019-05-17 19:30:48 +0300
committerHristo Venev <hristo@venev.name>2019-05-18 19:31:47 +0300
commit86319480498ab424ab1b2079e699530c39e96a61 (patch)
tree4c3511c52ce4b27e93c2104b01099274bd1368ce /README.md
parent780a0076255afb192ffd55d2c3ec46e4b93b0700 (diff)
Implement persistent state.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 0 insertions, 2 deletions
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
---