#!/bin/sh dig +short -x "$1" | head -n1 | rev | tail -c+2 | rev