ech_tests.sh rename variable in docs to avoid exclusion

This commit is contained in:
Viktor Szakats 2025-07-12 11:04:11 +02:00
parent 4bf3b2c573
commit 3e45ff807e
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
3 changed files with 5 additions and 6 deletions

View file

@ -292,11 +292,11 @@ then
digcmd="kdig @$DOHSERVER +https +short"
fi
# see if our dig version knows HTTPS
dout=$($digcmd https defo.ie)
if [[ $dout != "1 . "* ]]
digout=$($digcmd https defo.ie)
if [[ $digout != "1 . "* ]]
then
dout=$($digcmd -t TYPE65 defo.ie)
if [[ $dout == "1 . "* ]]
digout=$($digcmd -t TYPE65 defo.ie)
if [[ $digout == "1 . "* ]]
then
# we're good
have_presout="yes"