Skip to content

Releases: nerves-networking/vintage_net_wireguard

v0.2.0

27 Dec 01:26
Compare
Choose a tag to compare

Added

  • Scope logger messages to module
  • Include stderr with wg command output
  • Support OTP >= 25

Fixed

  • Ensure peer arg ordering is correct
  • Change allowed-ips to expected comma-separated list
  • Fix warnings for Elixir >= 1.15

v0.1.0

27 Dec 00:42
Compare
Choose a tag to compare

Initial release with support for starting a Wireguard client connection

See the README.md for more information on configuration

Added

  • VintageNetWireguard.ConfigFile.parse/1 for parsing a Wireguard *.conf file into the expected format for configuring with VintageNet
  • Compilation of wg(8) utility