Quickstart

Resolve targets

DNS queries return all IPs that are found:

astu resolve -T something.com
104.21.59.206
172.67.183.168

Ports are also supported and preserved:

astu resolve -T localhost:22
127.0.0.1:22

Ping targets

astu ping -T localhost:22