You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: relax nginx rate limit and address regex for Tor proxy
The Chainalysis check sends up to 20 sequential requests through the Tor
proxy. The rate limit (1r/s burst=5) was rejecting requests beyond the
burst, causing the "Tor proxy unavailable" fallback dialog.
Fix: increase to 2r/s burst=25 to accommodate the full batch.
Also fix the address regex in both the tor-proxy sidecar and Cloudflare
Worker to accept testnet/signet addresses (tb1, m, n, 2 prefixes) in
addition to mainnet (1, 3, bc1).
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments