v3.0.0
Features:
- Enable tls-crypt for additional security and obfuscation
- Redirect journal to stdout / docker logs
Refactoring:
- Include all source code from https://bitbucket.org/anticensority/antizapret-vpn-container and apply fixes directly.
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