Releases: FolsomHunter/WireGuard-Skoonie-Wrapper
Releases · FolsomHunter/WireGuard-Skoonie-Wrapper
V1.2.2
V1.2.1
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
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.