Skip to content

v3.0.0

Compare
Choose a tag to compare
@xtrime-ru xtrime-ru released this 10 Aug 01:18
· 112 commits to master since this release

Features:

  • Enable tls-crypt for additional security and obfuscation
  • Redirect journal to stdout / docker logs

Refactoring:

Fixes:

  • Clear config files to prevent git conflicts with user rules during updates

Breaking changes:

  • Old client keys will be regenerated, because new tls-crypt field was added

Upgrade instructions:

git pull
docker compose down
rm -rf client_keys/ easyrsa3/ result/ temp/
docker compose pull
docker compose up -d

Full Changelog: v2.1.0...v3.0.0