Skip to content

Releases: FolsomHunter/WireGuard-Skoonie-Wrapper

V1.2.2

10 Oct 14:17
Compare
Choose a tag to compare

Bug fixes

  • Fixed bug preventing WireGuard from starting on bootup for Netplan devices.

V1.2.1

30 May 06:10
Compare
Choose a tag to compare

Bug fixes

  • WireGuard config is now saved immediately after a device is removed.
    Prior to this, wg-skoonie relied on WireGuard to save its own config, which WireGuard does successfully if the interface is brought down properly. However, if the interface is halted unexpectedly (such as power outage), the config is not saved properly. In such a case, a device removed could have been added back in when the device starts up again.

V1.2.0

30 May 06:08
Compare
Choose a tag to compare

New Features

  • Added showDeviceQR [Interface Name] [Device Index] to display tunnel configuration files as QR codes in the terminal.

Bug Fixes

  • WireGuard config is now saved immediately after a device is added.
    Prior to this, wg-skoonie relied on WireGuard to save its own config, which WireGuard does successfully if the interface is brought down properly. However, if the interface is halted unexpectedly (such as power outage), the config is not saved properly and the devices in WireGuard that were not yet saved to file are lost.