diff --git a/ssl b/ssl index e9a3522..6f97f42 100755 --- a/ssl +++ b/ssl @@ -66,7 +66,7 @@ fi # Check if there is an input ## if [[ $1 ]]; then - host $1 > /dev/null + host -t A $1 > /dev/null if [ $? -eq 0 ]; then echo -e "$(ColorRed '#') $(ColorGreen 'Checking Domain/Hostname:')\n\t$1" else