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