At work I have something like this…
$ host www.something.com
www.something.com is an alias for some.other.address
some.other.address is an alias for one.more.address
one.more.address has address xxx.xxx.xxx.xxx
I would like a way, in Perl to put in www.something.com and determine if it’s a CNAME, A record, etc.
1 Answer