blumeops/docs/changelog.d/+fix-flyio-rate-limit-key.bugfix.md
Erich Blume a75f28e073
All checks were successful
Deploy Fly.io Proxy / deploy (push) Successful in 2m24s
Fix fly.io proxy rate limit to key on real client IP
The general rate limit zone used $binary_remote_addr (Fly's internal
proxy IP), causing all external clients to share one bucket. Switch to
$http_fly_client_ip to match forge_auth's correct behavior.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-10 19:00:33 -07:00

168 B

Fix Fly.io proxy rate limiting to key on real client IP instead of Fly's internal proxy IP, so crawlers no longer consume the shared rate limit bucket for all clients.