Files
worldmonitor/scripts
Elie Habib b9f39bb8f3 fix(relay): route USNI through residential proxy to bypass Cloudflare 403 (#1909)
Railway datacenter IPs are blocked by USNI's Cloudflare. Reuses the
existing ytFetchViaProxy/parseProxyUrl pattern with OREF_PROXY_AUTH.
Falls back to direct fetch when proxy is not configured (dev/local).

Replaces curl+proxy approach which failed because curl is not available
in Railway's Node.js container (ENOENT).
2026-03-20 10:33:18 +04:00
..