Skip to content

Releases: xtrime-ru/antizapret-vpn-docker

v4.2.2

28 Feb 12:16
Compare
Choose a tag to compare

What's Changed

  • Optimization: Optimize hostlist - remove 3+ level domains if 2 level already in list. Reduce memory consumption by 25% by @ShiGhost in #167
  • Fix: remove apple and google domains from antizapret. Add netflix.

Full Changelog: v4.2.1...v4.2.2

v4.2.1

27 Feb 10:44
Compare
Choose a tag to compare

What's Changed

  • Add cassino in exclude-regexp-dist.txt by @ShiGhost in #162
  • Fix: reduce default log retention for adguard. Log files too big.
  • Fix: wait for antizapret in VPN containers. To fix possible ip route issues, when VPN container is started before antizapret container.
  • Optimization: speedup DNS in harsh conditions

To update configs of adguard you need to remove old one. Warning: this will delete your adguard settings!

git pull
docker compose pull
docker compose build
docker compose down --remove-orphans
rm -rf ./config/adguard/conf/*
docker compose up -d --remove-orphans

Full Changelog: v4.2.0...v4.2.1

v4.2.0

26 Feb 00:05
Compare
Choose a tag to compare

Features

  • Feat: separate reverse proxy and dashboard by @cstantin in #151
  • support internal work for services by @cstantin in #152
  • Дополнение по документации для роутеров Keenetic by @TTATPuOT in #156
  • Feat: Exclude betting and casino domains, remove redundant parentheses by @ShiGhost in #155
  • Feat: Add regex patterns to exclude hosts by @ShiGhost in #161
  • Optimisations in doall: reduce number of sorts
  • Optimise openvpn settings for mikrotiks

Fixes:

  • fix dashboard init by @cstantin in #157
  • Remove duplicate IP in include-ips-dist.txt by @ShiGhost in #158
  • Fix IDN domains support
  • Fix LISTS env variable
  • Fix startup in docker v28

New Contributors

Full Changelog: v4.1.0...v4.2.0

v4.1.0

16 Feb 01:12
Compare
Choose a tag to compare

What's Changed

  • Feat: append filebrowser by @cstantin in #134
  • fix typo filebrowser & update readme by @cstantin in #139
  • feat: add the ability to specify a password as a hash by @ShiGhost in #143
  • Unified dashboard and self signed certificates by @cstantin in #149
  • Project reorganization by @flameshikari in #150
  • New LISTS envoriement variable with multiple url to get blocked domains list
  • Docker network is now accessible from VPN

Upgrade instructions

  1. git pull
  2. Update file paths in docker-compose.override.yml:
    -- file: docker-compose.openvpn.yml
    ++ file: services/openvpn/docker-compose.yml
  3.  echo "" >> config/adguard/conf/upstream_dns_file_basis
     echo "[/antizapret/wireguard-amnezia/wireguard/openvpn-ui/openvpn/dashboard/filebrowser/]127.0.0.11" >> config/adguard/conf/upstream_dns_file_basis
  4. docker compose pull && docker compose build && docker compose up -d

New Contributors

Full Changelog: v4.0.6...v4.1.0

v4.0.6

04 Feb 22:47
Compare
Choose a tag to compare

What's Changed

  • Fix TCP DNS route by @Gruven in #137
  • Add google play missing domains

Full Changelog: v4.0.5...v4.0.6

v4.0.5

04 Feb 13:20
Compare
Choose a tag to compare

What's Changed

  • Fix cold start and blocked domains cache
  • Fix docs for v4 by @Gruven in #132

New Contributors

Full Changelog: v4.0.4...v4.0.5

v4.0.4

04 Feb 11:09
Compare
Choose a tag to compare

Features

  • Support custom docker networks in wireguard

Fix:

Full Changelog: v4.0.3...v4.0.4

v4.0.3

03 Feb 23:30
Compare
Choose a tag to compare

Features:

  1. Allow comments, CRLF and whitespaces in include-hosts-custom rules
  2. Speedup cold start of adguard
  3. Reduce number of rules

Fix:

  1. Exclude-hosts-custom domains now used for filtering rules

Full Changelog: v4.0.2...v4.0.3

v4.0.2

03 Feb 14:09
Compare
Choose a tag to compare

Fix: edns in adguard
Full Changelog: v4.0.1...v4.0.2

v4.0.1

03 Feb 13:11
Compare
Choose a tag to compare

Fix EDNS

Full Changelog: v4.0.0...v4.0.1