How to perform 'DNS Lookup' in Shell.
# Task: DNS Lookup
# Language: Shell
function dns_lookup() {
# Implementation for DNS Lookup
# TODO: Implement core logic here
# Step 1: Prepare data
# Step 2: Process DNS Lookup
echo("Done");
}