Documentation : https://docs.bunkerweb.io/1.6.5-rc3/
Docker tags :
- BunkerWeb :
bunkerity/bunkerweb:1.6.5-rc3
orghcr.io/bunkerity/bunkerweb:1.6.5-rc3
- Scheduler :
bunkerity/bunkerweb-scheduler:1.6.5-rc3
orghcr.io/bunkerity/bunkerweb-scheduler:1.6.5-rc3
- Autoconf :
bunkerity/bunkerweb-autoconf:1.6.5-rc3
orghcr.io/bunkerity/bunkerweb-autoconf:1.6.5-rc3
- UI :
bunkerity/bunkerweb-ui:1.6.5-rc3
orghcr.io/bunkerity/bunkerweb-ui:1.6.5-rc3
Linux packages : https://packagecloud.io/app/bunkerity/bunkerweb/search?q=1.6.5-rc3&filter=all&dist=
Changelog :
- [BUGFIX] Fix lua session handling when using redis
- [BUGFIX] Fix ctx error at startup with
DNSBL
plugin - [FEATURE] Introduce optional API token authentication to bolster security for BunkerWeb API calls, allowing users to enable token-based access control for enhanced protection against unauthorized requests
- [FEATURE] Add the possibility to ignore IPs in
DNSBL
plugin - [LINUX] Improve nginx stop and reload handling in BunkerWeb service to use the pid file instead of the
pgrep
command - [UI] Fix incorrect key used when viewing service details
- [UI] Fix 403 when changing IP address
- [UI] Add the possibility to quickly ban IP addresses from the reports page
- [UI] Fix date sorting in bans and reports pages
- [UI] Add ipaddr.js library for robust IP address validation
- [MISC] Update new
reloading
health status for BunkerWeb when NGINX is reloading and handle it in it's healthcheck file - [MISC] Automatically minify UI CSS files in Images/Packages build process
- [MISC] Add LRU eviction fallback to avoid no memory errors
- [DEPS] Update lua-resty-openssl version to v1.6.4