Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
BunkerWeb_documentation_v1.6.2-rc7.pdf | 2025-06-25 | 13.9 MB | |
README.md | 2025-06-25 | 1.8 kB | |
v1.6.2-rc7 source code.tar.gz | 2025-06-25 | 87.5 MB | |
v1.6.2-rc7 source code.zip | 2025-06-25 | 91.2 MB | |
Totals: 4 Items | 192.6 MB | 0 |
Documentation : https://docs.bunkerweb.io/1.6.2-rc7/
Docker tags :
- BunkerWeb : bunkerity/bunkerweb:1.6.2-rc7
or ghcr.io/bunkerity/bunkerweb:1.6.2-rc7
- Scheduler : bunkerity/bunkerweb-scheduler:1.6.2-rc7
or ghcr.io/bunkerity/bunkerweb-scheduler:1.6.2-rc7
- Autoconf : bunkerity/bunkerweb-autoconf:1.6.2-rc7
or ghcr.io/bunkerity/bunkerweb-autoconf:1.6.2-rc7
- UI : bunkerity/bunkerweb-ui:1.6.2-rc7
or ghcr.io/bunkerity/bunkerweb-ui:1.6.2-rc7
Linux packages : https://packagecloud.io/app/bunkerity/bunkerweb/search?q=1.6.2-rc7&filter=all&dist=
Changelog :
- [BUGFIX] Add a conditional proxy_hide_header
rule for the Upgrade
header to preserve WebSocket connections in the Reverse Proxy
plugin, preventing issues with WebSocket connections when the REVERSE_PROXY_HIDE_HEADERS
setting is used.
- [BUGFIX] Correct the Logs page copy-to-clipboard button so it reliably copies selected log entries.
- [BUGFIX] Fix issues with database backup when using MySQL and MariaDB if the database's size is larger than 1GB, ensuring that the backup process can handle larger databases without errors.
- [FEATURE] Introduce a new number
setting type with built-in numeric validation and enhanced rendering in the web UI.
- [FEATURE] Introduce a new multivalue
setting type with customizable separator and validation, enhancing user experience for multi-value inputs in the web UI.
- [MISC] Switch the Bad Behavior
plugin to use the new numeric BAD_BEHAVIOR_BAN_TIME
setting by updating the permanent ban value from -1
to 0
.
- [CONTRIBUTION] Thank you @Michal-Koeckeis-Fresel for the optimizations regarding the web UI fonts and geoip data loading, which significantly improves the performance of the web UI and the new dhparam file to respect the latest security standards.