From 8321da24c74529d486ead3ba7432a3dc91d1fcfb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Sj=C3=B6gren?= Date: Tue, 26 Jun 2018 11:36:55 +0200 Subject: query DNS with FQDN (#555) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Thomas Sjögren --- include/tests_networking | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/tests_networking b/include/tests_networking index 393e80b6..c2789906 100644 --- a/include/tests_networking +++ b/include/tests_networking @@ -137,7 +137,7 @@ if [ ! -z "${DIGBINARY}" ]; then # See if we can query something at the nameserver # 0=good, other=bad - DNSRESPONSE=$(${DIGBINARY} +noall +time=3 +retry=0 @${I} ${I} > /dev/null ; echo $?) + DNSRESPONSE=$(${DIGBINARY} +noall +time=3 +retry=0 @${I} ${FQDN} > /dev/null ; echo $?) if [ "${DNSRESPONSE}" = "0" ]; then Display --indent 8 --text "Nameserver: ${I}" --result "${STATUS_OK}" --color GREEN LogText "Nameserver ${I} seems to respond to queries from this host." -- cgit v1.2.3