Skip to content

v0.2-alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@RaspberryTech01 RaspberryTech01 released this 28 Aug 14:04
· 59 commits to main since this release

New release:

1. Added enabling and disabling of client keys
Basically this means when a key is enabled it can be used and when disabled the client cannot connect to the VPN.

2. Cleaned up code
Separated code into different files to make file structure cleaner, easier to read and program.

3. Added API paths to enable and disable client keys
Implemented routes to allow enabling and disabling of keys.

4. Made API server run on IPv4
Previously the server may have run on IPv6 if the server used uses IPv6 by default. This was changed to forcefully run the server on IPv4. (yes its kind of backward but almost all servers give an IPv4 as well as ISPs.)

5. Built for different architectures
Below the wgManagerAPI was built on an AMD server and wgManagerAPI-ARM on an ARM64 server.