Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1.16 KB

CHANGELOG.md

File metadata and controls

39 lines (24 loc) · 1.16 KB

Changelog

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

v0.2.0 - 2023-12-26

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

Updated

v0.1.0 - 2022-02-22

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