Skip to content

Releases: xtrime-ru/antizapret-vpn-docker

v3.2.4

22 Aug 12:01
Compare
Choose a tag to compare

Fixes:

  • do not ignore include-ips-*.txt files
  • edit templates before generate command

Full Changelog: v3.2.3...v3.2.4

v3.2.3

21 Aug 17:49
Compare
Choose a tag to compare

Disable mtu to fix possible network issues

Full Changelog: v3.2.2...v3.2.3

v3.2.2

21 Aug 12:15
Compare
Choose a tag to compare

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

20 Aug 13:42
Compare
Choose a tag to compare

Fix: skip empty lines during regex parsing

Full Changelog: v3.2.0...v3.2.1

v3.2.0

20 Aug 11:43
Compare
Choose a tag to compare

What's Changed

  • README update by @dartraiden in #38
  • Dns fixes
  • Added tls_crypt support

New Contributors

Full Changelog: v3.1.0...v3.2.0

v3.1.0

19 Aug 21:46
Compare
Choose a tag to compare

What's Changed

  1. Refactoring
  2. XOR patch
  3. Legacy ciphers option
  4. Regex custom rules
  5. Faster kresd updates
  6. 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

11 Aug 17:48
Compare
Choose a tag to compare

Full Changelog: v3.0.1...v3.0.2

v3.0.1

11 Aug 17:48
Compare
Choose a tag to compare

Full Changelog: v3.0.0...v3.0.1

v3.0.0

10 Aug 01:18
Compare
Choose a tag to compare

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

v2.1.0

08 Aug 19:17
Compare
Choose a tag to compare

Optimizations:

  • Kresd rules now created during image build. Container will be ready to serve requests few secconds after start/restart.
    Meanwhile new rules will be generated in background periodically as usual.