Category – Devops
1 post tagged with "Devops" (See all categories)

TTIL: Resolve the Public IP of a URL

04/14/20191 Min Read — In Devops, Unix, TIL

The dig command is a utility for doing DNS lookups. You can run it with a URL argument to lookup the public IP for that domain. The output is a bit noisy, but if you parse down to the ANSWER SECTION…