Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
BunkerWeb_documentation_v1.6.5-rc3.pdf | 2025-09-16 | 17.5 MB | |
install-bunkerweb.sh | 2025-09-16 | 42.9 kB | |
install-bunkerweb.sh.sha256 | 2025-09-16 | 92 Bytes | |
README.md | 2025-09-16 | 1.7 kB | |
v1.6.5-rc3 source code.tar.gz | 2025-09-16 | 94.6 MB | |
v1.6.5-rc3 source code.zip | 2025-09-16 | 98.1 MB | |
Totals: 6 Items | 210.3 MB | 0 |
Documentation : https://docs.bunkerweb.io/1.6.5-rc3/
Docker tags :
- BunkerWeb : bunkerity/bunkerweb:1.6.5-rc3
or ghcr.io/bunkerity/bunkerweb:1.6.5-rc3
- Scheduler : bunkerity/bunkerweb-scheduler:1.6.5-rc3
or ghcr.io/bunkerity/bunkerweb-scheduler:1.6.5-rc3
- Autoconf : bunkerity/bunkerweb-autoconf:1.6.5-rc3
or ghcr.io/bunkerity/bunkerweb-autoconf:1.6.5-rc3
- UI : bunkerity/bunkerweb-ui:1.6.5-rc3
or ghcr.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