Commit Graph

4 Commits

Author SHA1 Message Date
Elan Hasson
97acafe85e feat(gateway): add CIDR support for trustedProxies configuration
- Add CIDR subnet matching for trustedProxies (e.g., 188.114.96.0/20)
- Support both IPv4 and IPv6 CIDR ranges
- Add multi-proxy chain support for X-Forwarded-For header
- Walk XFF chain right-to-left to find real client through proxy layers
- Use ip-address npm package for robust IP/CIDR validation
- Add comprehensive unit tests for CIDR matching and proxy chains
- Add e2e test for CIDR range validation
- Update documentation with CIDR examples and multi-proxy setup
2026-01-27 20:33:55 +00:00
Peter Steinberger
6d16a658e5 refactor: rename clawdbot to moltbot with legacy compat 2026-01-27 12:21:02 +00:00
Peter Steinberger
83460df96f chore: update molt.bot domains 2026-01-27 12:21:01 +00:00
Vignesh
d3a6333ef7
docs: allow nested gateway security pages (#2641) 2026-01-26 23:41:35 -08:00