jsdelivr / globalping-cli

A simple CLI tool to run networking commands remotely from hundreds of globally distributed servers
Mozilla Public License 2.0
118 stars 14 forks source link

IPv6 support #105

Closed MartinKolarik closed 1 month ago

MartinKolarik commented 2 months ago

New global options:

Both options are valid only when the target is a domain (for ping/traceroute/mtr/http), or when the resolver is a domain (for DNS). Send to the API as measurementOptions.ipVersion: 4 | 6

Additionally, make sure any input that currently accepts IP address (target, resolver) accepts IPv6 format.