CNAME Lookup
DNSResolve a host's CNAME alias and the chain it points to.
Use this from the command line
curl -s https://ipcow.com/api/tools/cname-lookup \
-H 'content-type: application/json' \
-d '{"domain":"www.example.com"}' Resolve a host's CNAME alias and the chain it points to.
curl -s https://ipcow.com/api/tools/cname-lookup \
-H 'content-type: application/json' \
-d '{"domain":"www.example.com"}'