New features
- ACL/WAF: connection level IP blocking
- IP/CIDR blocking
- Geo-location blocking (ISO Country Code / Time Zone) (Maxmind account required)
- ACL logging
- Maxmind database auto update
- Access log rotation
- Idle Sleep support for Proxmox LXCs
- Security: drop
X-Powered-By
andServer
headers before responding to clients - HTTP/3 support
- OIDC: Support token refreshing with
offline_access
scope
Fixes
redirectHTTP
middleware should now work behind another proxy
Changes
- Added all DNS providers that's supported by LEGO
- Remove prometheus support, planning to add HTTP statistics to WebUI
- No longer needs
GODOXY_OIDC_REDIRECT_URL
- More verbose-ish logging (showing each routes being created / removed) for easier debugging
- Now a user must match both
OIDC_ALLOWED_USERS
andOIDC_ALLOWED_GROUPS
in order to log in, instead of matching either one
Full Changelog: v0.10.2...v0.11.0