Skip to content

v1.0.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@h44z h44z released this 22 Mar 22:22

CHANGELOG:
This release includes some breaking changes regarding configuration variables and values!

  • Support for multiple WireGuard interfaces
  • use CSRF
  • Bugfixes
  • 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