Documentation : https://docs.bunkerweb.io/1.6.3-rc3/
Docker tags :
- BunkerWeb :
bunkerity/bunkerweb:1.6.3-rc3
orghcr.io/bunkerity/bunkerweb:1.6.3-rc3
- Scheduler :
bunkerity/bunkerweb-scheduler:1.6.3-rc3
orghcr.io/bunkerity/bunkerweb-scheduler:1.6.3-rc3
- Autoconf :
bunkerity/bunkerweb-autoconf:1.6.3-rc3
orghcr.io/bunkerity/bunkerweb-autoconf:1.6.3-rc3
- UI :
bunkerity/bunkerweb-ui:1.6.3-rc3
orghcr.io/bunkerity/bunkerweb-ui:1.6.3-rc3
Linux packages : https://packagecloud.io/app/bunkerity/bunkerweb/search?q=1.6.3-rc3&filter=all&dist=
Changelog :
- [BUGFIX] Fix HTTP/3 not working on default server as the
reuseport
directive was missing in thedefault-server-http.conf
file. - [UI] Fix missing settings when cloning a service in the web UI
- [FEATURE] Add the possibility to add headers and a footers to the
robots.txt
file using theROBOTSTXT_HEADER
andROBOTSTXT_FOOTER
settings. (Can be Base64 encoded) - [FEATURE] Add
domainoffensive.de
as a DNS provider in theletsencrypt
plugin - [FEATURE] Add
Dynu
as a DNS provider in theletsencrypt
plugin - [FEATURE] Add a reason when a request is rate-limited in the
Rate Limiting
plugin, allowing users to understand why their request was blocked. - [UI] De-duplicate metrics about requests on the home page to avoid counting the same request multiple times
- [UI] Enhance plugin filtering to avoid two plugins being displayed at the same time when filtering by name
- [UI] Enhance keywords search in the settings UI to make it more intuitive and user-friendly
- [DEPS] Update lua-resty-session version to v4.1.3
- [DEPS] Update lua-resty-redis version to v0.33
- [CONTRIBUTION] Thank you Michal-Koeckeis-Fresel for your contribution to the
Let's Encrypt
plugin. - [CONTRIBUTION] Thank you killmasta93 for your contribution regarding the integrations examples.