Releases: xtrime-ru/antizapret-vpn-docker
Releases · xtrime-ru/antizapret-vpn-docker
v3.2.4
Fixes:
- do not ignore include-ips-*.txt files
- edit templates before generate command
Full Changelog: v3.2.3...v3.2.4
v3.2.3
Disable mtu to fix possible network issues
Full Changelog: v3.2.2...v3.2.3
v3.2.2
What's Changed
- Fix: rules generation with empty strings in ./confing/*-regex-custom.txt files
- Optimisation: Disable regex policy in kresd if regex are empty
Full Changelog: v3.2.1...v3.2.2
v3.2.1
Fix: skip empty lines during regex parsing
Full Changelog: v3.2.0...v3.2.1
v3.2.0
What's Changed
- README update by @dartraiden in #38
- Dns fixes
- Added tls_crypt support
New Contributors
- @dartraiden made their first contribution in #38
Full Changelog: v3.1.0...v3.2.0
v3.1.0
What's Changed
- Refactoring
- XOR patch
- Legacy ciphers option
- Regex custom rules
- Faster kresd updates
- Ferm in docker fix
Check list of available options: https://github.com/xtrime-ru/antizapret-vpn-docker?tab=readme-ov-file#environment-variables
Upgrade instructions
git pull
docker compose pull
docker compose up -d
Full Changelog: v3.0.2...v3.1.0
v3.0.2
Full Changelog: v3.0.1...v3.0.2
v3.0.1
Full Changelog: v3.0.0...v3.0.1
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