mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-20 23:49:30 +01:00
fix syntax
This commit is contained in:
parent
021264fa24
commit
f10431a49a
@ -19371,7 +19371,7 @@ parse_cmd_line() {
|
|||||||
HAS_IDN2=false
|
HAS_IDN2=false
|
||||||
HAS_NOIDNOUT=false
|
HAS_NOIDNOUT=false
|
||||||
#PoC for maybe later use
|
#PoC for maybe later use
|
||||||
if type -p dig &>/dev/null
|
if type -p dig &>/dev/null; then
|
||||||
if dig +noidnout -t a 2>&1 | grep -Eqv 'Invalid option: \+noidnout|IDN support not enabled'; then
|
if dig +noidnout -t a 2>&1 | grep -Eqv 'Invalid option: \+noidnout|IDN support not enabled'; then
|
||||||
HAS_NOIDNOUT=true
|
HAS_NOIDNOUT=true
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user