Releases: droscy/esp_wireguard
Releases · droscy/esp_wireguard
Version 0.4.2
Allow wireguard to bind to PPP interface (thanks to @tl-sl)
Version 0.4.1
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
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
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
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
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
First version published to PlatformIO.