From 817a999394097e48e5677f1bb661c203fc1f9301 Mon Sep 17 00:00:00 2001 From: Dirk Wetter Date: Fri, 20 Sep 2019 15:30:33 +0200 Subject: [PATCH] logic error with host vs. dig fixed --- testssl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testssl.sh b/testssl.sh index 8ad8362..080647c 100755 --- a/testssl.sh +++ b/testssl.sh @@ -17430,7 +17430,7 @@ get_local_a() { # check_resolver_bins() { type -p dig &> /dev/null && HAS_DIG=true - type -p dig &> /dev/null && HAS_HOST=true + type -p host &> /dev/null && HAS_HOST=true type -p drill &> /dev/null && HAS_DRILL=true type -p nslookup &> /dev/null && HAS_NSLOOKUP=true type -p avahi-resolve &>/dev/null && HAS_AVAHIRESOLVE=true