diff options
author | Hristo Venev <hristo@venev.name> | 2019-05-17 19:30:48 +0300 |
---|---|---|
committer | Hristo Venev <hristo@venev.name> | 2019-05-18 19:31:47 +0300 |
commit | 86319480498ab424ab1b2079e699530c39e96a61 (patch) | |
tree | 4c3511c52ce4b27e93c2104b01099274bd1368ce /README.md | |
parent | 780a0076255afb192ffd55d2c3ec46e4b93b0700 (diff) |
Implement persistent state.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 --- |