v1.0.5
CHANGELOG:
This release includes some breaking changes regarding configuration variables and values (same as in v1.0.4)!
- Support for multiple WireGuard interfaces
- Support for Server-Mode and Client-Mode interfaces
- Use CSRF
- UI improvements
- Bugfixes
- Automatic database migration from version 1.0.3
- Changed configuration values:
- WG_DEVICE: changed to WG_DEVICES, you can now specify multiple interfaces separated with a comma
- WG_CONFIG_FILE: changed to WG_CONFIG_PATH, this variable now specifies the path to the wireguard configuration directory
- New configuration values:
- WG_DEFAULT_DEVICE: specifies the default WireGuard device that is used for auto-detected peers
- LDAP_CERT_VALIDATION: enable or disable the certificate check for LDAP
- SESSION_SECRET: specify a secret string that is used to encrypt the session and csrf tokens