IPv4/6 Simultaneously + JSON
What's Changed
- Allows setting the IP directly via the server subnet argument by @jnhmcknight in #5
- Built-in JSON exports by @jnhmcknight in #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: v0.2.5...v0.3.0