mirror of
https://github.com/drwetter/testssl.sh.git
synced 2024-12-29 04:49:44 +01:00
parent
a6f97454a4
commit
cbb32d375b
@ -22182,7 +22182,7 @@ datebanner() {
|
||||
local scan_time_f=""
|
||||
local node_banner=""
|
||||
|
||||
if [[ -n "PROXY" ]] && $DNS_VIA_PROXY;then
|
||||
if [[ -n "$PROXY" ]] && "$DNS_VIA_PROXY"; then
|
||||
node_banner="$NODE:$PORT"
|
||||
else
|
||||
node_banner="$NODEIP:$PORT ($NODE)"
|
||||
|
Loading…
Reference in New Issue
Block a user