What's Changed
* Allows setting the IP directly via the server subnet argument by jnhmcknight in https://github.com/fictivekin/wireguard/pull/5
* Built-in JSON exports by jnhmcknight in https://github.com/fictivekin/wireguard/pull/7
Previously, IPv4 and IPv6 weren't cleanly handled, and you could arrive at situations where one was overriding the other. This cleans that up, handling each separately, but allowing the instantiation to have them combined, as WireGuard itself has them combined within config files.
**Full Changelog**: https://github.com/fictivekin/wireguard/compare/v0.2.5...v0.3.0