Well, you can do Math.random and select a subdomain based on that
Well, you can do Math.random and select a subdomain based on that

/geolocation.json later, it's already loaded.
wrangler deploy? i'm using only Workers Scripts:Edit permission at the moment and get an "unauthorized" error in my logs...
curl -s "https://untrusted.files.ai.moda/api/v1.0.0-alpha/ping" | jqhttps://untrusted.files.ai.moda/api/v1.0.0-alpha/url/generate_one_time/geolocation.jsonwrangler deployWorkers Scripts:Edit<link fetchpriority="low" rel="preload" href="/geolocation.json" as="fetch" crossorigin="anonymous" />setInterval(() => {
const link = document.createElement("link");
link.setAttribute("fetchpriority", "low");
link.setAttribute("rel", "preload");
link.setAttribute("href", `/geolocation.json`);
link.setAttribute("as", "fetch");
link.setAttribute("crossorigin", "anonymous");
document.head.appendChild(link);
}, 60000)