Releases: xtrime-ru/antizapret-vpn-docker
Releases · xtrime-ru/antizapret-vpn-docker
v4.2.2
v4.2.1
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
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
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
git pull
- Update file paths in docker-compose.override.yml:
-- file: docker-compose.openvpn.yml ++ file: services/openvpn/docker-compose.yml
-
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
docker compose pull && docker compose build && docker compose up -d
New Contributors
Full Changelog: v4.0.6...v4.1.0
v4.0.6
v4.0.5
v4.0.4
Features
- Support custom docker networks in wireguard
Fix:
- Use quad9 to fix akamai + google dns issues AdguardTeam/AdGuardHome#3652
- Fix missing new line in upstream_dns_file_basis
Full Changelog: v4.0.3...v4.0.4
v4.0.3
Features:
- Allow comments, CRLF and whitespaces in include-hosts-custom rules
- Speedup cold start of adguard
- Reduce number of rules
Fix:
- Exclude-hosts-custom domains now used for filtering rules
Full Changelog: v4.0.2...v4.0.3
v4.0.2
Fix: edns in adguard
Full Changelog: v4.0.1...v4.0.2
v4.0.1
Fix EDNS
Full Changelog: v4.0.0...v4.0.1