mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-03 23:39:45 +01:00
fix syntax
This commit is contained in:
parent
021264fa24
commit
f10431a49a
@ -19371,7 +19371,7 @@ parse_cmd_line() {
|
||||
HAS_IDN2=false
|
||||
HAS_NOIDNOUT=false
|
||||
#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
|
||||
HAS_NOIDNOUT=true
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user