jsdelivr / globalping

A global network of probes to run network tests like ping, traceroute and DNS resolve
https://www.jsdelivr.com/globalping
248 stars 31 forks source link

Default "World" location always picks WorldStream B.V. (AS49981) #465

Closed heyajulia closed 9 months ago

heyajulia commented 9 months ago

"World" with an uppercase W always picks AS49981+Rotterdam because the ASN name (WorldStream B.V.) starts with "World."

image

"world" with a lowercase W works as expected, and picks a random location:

image

I can also replicate this using the globalping CLI (globalping ping cdn.jsdelivr.net from World vs. globalping ping cdn.jsdelivr.net from world).

I'm not sure if this is related, but I'm physically located in The Netherlands.

jimaek commented 9 months ago

Hey, thank you for reporting. We have already fixed this issue as reported here https://github.com/jsdelivr/globalping/issues/462 and the fix will go live this weekend :)

heyajulia commented 9 months ago

Oops, sorry. I did not see that issue. 😅 Thanks for your hard work!