You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
wg-access-server/CHANGELOG.md

1.1 KiB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.1.0]

Added

  • Added support for an admin account. An admin can see all devices registered with the server.
  • Added support for networking isolation modes. You can now allow/deny VPN LAN, Server LAN and internet traffic. Selective network CIDRs can be white listed.
  • New docker compose example (@antoniebou13)
  • Added a helm chart
  • Added a basic kubernetes quickstart.yaml manifest (based on helm template)
  • Added a documentation site based on mkdocs. Hosted on github pages (still a wip!)

[0.0.9]

Changed

  • Some UI/UX improvements

[0.0.8]

Added

  • Added an embedded DNS proxy

Changed

  • Completely re-implemented the auth subsystem to avoid trying to integrate with Dex. OIDC, Gitlab and Basic auth are supported.

[0.0.0] -> [0.0.7]

MVP :)