mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-06 00:39:44 +01:00
logic error with host vs. dig fixed
This commit is contained in:
parent
ae9cb99365
commit
817a999394
@ -17430,7 +17430,7 @@ get_local_a() {
|
|||||||
#
|
#
|
||||||
check_resolver_bins() {
|
check_resolver_bins() {
|
||||||
type -p dig &> /dev/null && HAS_DIG=true
|
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 drill &> /dev/null && HAS_DRILL=true
|
||||||
type -p nslookup &> /dev/null && HAS_NSLOOKUP=true
|
type -p nslookup &> /dev/null && HAS_NSLOOKUP=true
|
||||||
type -p avahi-resolve &>/dev/null && HAS_AVAHIRESOLVE=true
|
type -p avahi-resolve &>/dev/null && HAS_AVAHIRESOLVE=true
|
||||||
|
Loading…
Reference in New Issue
Block a user