Skip to content

Releases: droscy/esp_wireguard

Version 0.4.2

26 Jun 05:01
Compare
Choose a tag to compare
Version 0.4.2 Pre-release
Pre-release

Allow wireguard to bind to PPP interface (thanks to @tl-sl)

Version 0.4.1

31 May 07:50
Compare
Choose a tag to compare
Version 0.4.1 Pre-release
Pre-release

These are the changes:

  • add support for LibreTiny platform (thanks to @kuba2k2)
  • fix compilation error using esp-idf v5 (thanks to @kbx81)
  • fix crash on vpn disconnection with alive tcp connection (thanks to @jefftharris)

Version 0.4.0

25 Feb 06:59
Compare
Choose a tag to compare
Version 0.4.0 Pre-release
Pre-release

These are the main changes:

  • add support for esp8266 boards
  • switch to an asynchronous DNS resolution of endpoint hostname
  • switch to curve25519 implementation from libsodium-esphome

Version 0.3.2

29 Jun 05:02
Compare
Choose a tag to compare
Version 0.3.2 Pre-release
Pre-release

These are the main changes:

  • fix wrong latest handshake retrieval
  • add support for wired eth interface if wifi not available (thanks to Javier Peletier)

Version 0.3.0

01 Jun 03:38
Compare
Choose a tag to compare
Version 0.3.0 Pre-release
Pre-release

These are the main changes:

  • add function to restore default network interface
  • restrict default allowed IP to device's own address instead of device whole network, leaving to the user the responsibility to set the appropriate allowed list in case of networks

Version 0.2.0

20 May 13:34
Compare
Choose a tag to compare
Version 0.2.0 Pre-release
Pre-release

These are the changes:

  • changed default allowed ip/mask to device own ip/mask
  • added functions to insert additional ip/mask to the list of allowed ips.

Version 0.1.0

11 May 04:51
Compare
Choose a tag to compare
Version 0.1.0 Pre-release
Pre-release

First version published to PlatformIO.