mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-10 18:50:58 +01:00
FIX #566
This commit is contained in:
parent
76b4cac292
commit
89e8fcace3
@ -8381,10 +8381,10 @@ display_rdns_etc() {
|
|||||||
done
|
done
|
||||||
outln
|
outln
|
||||||
fi
|
fi
|
||||||
if "$LOCAL_A"; then
|
if [[ -n "$CMDLINE_IP" ]]; then
|
||||||
outln " A record via $CORRECT_SPACES /etc/hosts "
|
|
||||||
elif [[ -n "$CMDLINE_IP" ]]; then
|
|
||||||
outln " A record via $CORRECT_SPACES supplied IP \"$CMDLINE_IP\""
|
outln " A record via $CORRECT_SPACES supplied IP \"$CMDLINE_IP\""
|
||||||
|
elif "$LOCAL_A"; then
|
||||||
|
outln " A record via $CORRECT_SPACES /etc/hosts "
|
||||||
fi
|
fi
|
||||||
if [[ -n "$rDNS" ]]; then
|
if [[ -n "$rDNS" ]]; then
|
||||||
printf " %-23s %s" "rDNS ($nodeip):" "$rDNS"
|
printf " %-23s %s" "rDNS ($nodeip):" "$rDNS"
|
||||||
|
Loading…
Reference in New Issue
Block a user