3
0
Fork 0

update CHANGELOG

This commit is contained in:
githubixx 2020-02-04 22:16:11 +01:00
parent 09bb5e252f
commit 85493fc604
1 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,10 @@
Changelog
---------
**6.0.1**
- add shell options to syncconf handler to fail fast in case of error
**6.0.0**
- Newer versions of WireGuard (around November 2019) introduced `wg syncconf` subcommand. This has the advantage that changes to the WireGuard configuration can be applied without disturbing existing connections. With this change this role tries to use `wg syncconf` subcommand when available. This even works if you have hosts with older and newer WireGuard versions.