jsdelivr / globalping

A global network of probes to run network tests like ping, traceroute and DNS resolve
https://globalping.io
274 stars 34 forks source link

Include user tags in the magic field #551

Closed MartinKolarik closed 1 month ago

MartinKolarik commented 1 month ago

247 said to exclude them, but all our tools use the magic field and don't even support passing tags directly, so we need to support this. To avoid false-positive matches, user tags should be matched as the very last step and only as exact matches (no substring matches), so maybe add it as an extra step here if filteredProbes.length === 0