diff --git a/README.md b/README.md index 667ce32..6a1246d 100644 --- a/README.md +++ b/README.md @@ -13,16 +13,16 @@ Provides a control panel interface to conveniently manage clusters (groups of id - Control allowed hosts for a cluster. - Custom backend server IP and port per-domain. - HTTPS certificate management. Automatically generate for domain(s) and upload to cluster servers. +- Supports local private CA. Can install root cert on all your proxies and can sign CSR's for proper origin ssl validation. - IP or subnet blacklist. Supports ipv4 and ipv6. - IP or subnet whitelist. Supports ipv4 and ipv6. - Redirects, rewrites url to a different domain+path. - Protection rules, choose bot protection mode "none" (whitelist), proof-of-work or proof-of-work+captcha. Can be domain-wide or a domain+path. Path overrides domain-wide. - Global override for protection mode, to enable for all domains in a cluster. - Maintenance mode, disables proxying for selected domains and serves an "under maintenance" page from haproxy. -- Statistics page with server and backend-level breakdowns based on haproxy stats socket data. +- Statistics page with server and backend-level breakdowns based on haproxy stats socket data. Ability to export statistics to influxdb. ##### Todo: -- Improved cert management - Better Multi-user support - allow domain/cluster editing (with user dupe check) for non-admins - problems w/ ip whitelist and blacklist diff --git a/img/screenshot.png b/img/screenshot.png index 4366ed7..1bd1848 100644 Binary files a/img/screenshot.png and b/img/screenshot.png differ