Here's a one-liner: ```ts ((await (await fetch("https://www.cloudflare.com/cdn-cgi/trace")).text()).

Here's a one-liner:
((await (await fetch("https://www.cloudflare.com/cdn-cgi/trace")).text()).match(/^colo=(.+)/m) as string[])[1]
Was this page helpful?