mirror of
				https://github.com/drwetter/testssl.sh.git
				synced 2025-10-30 21:35:26 +01:00 
			
		
		
		
	output correction for IPv6 and --ip=<addr
This commit is contained in:
		| @@ -6589,9 +6589,9 @@ display_rdns_etc() { | |||||||
|           outln |           outln | ||||||
|      fi |      fi | ||||||
|      if "$LOCAL_A"; then |      if "$LOCAL_A"; then | ||||||
|           outln " A record via            /etc/hosts " |           outln " A record via           $CORRECT_SPACES /etc/hosts " | ||||||
|      elif  [[ -n "$CMDLINE_IP" ]]; then |      elif  [[ -n "$CMDLINE_IP" ]]; then | ||||||
|           outln " A record via            supplied IP \"$CMDLINE_IP\"" |           outln " A record via           $CORRECT_SPACES supplied IP \"$CMDLINE_IP\"" | ||||||
|      fi |      fi | ||||||
|      if [[ -n "$rDNS" ]]; then |      if [[ -n "$rDNS" ]]; then | ||||||
|           printf " %-23s %s" "rDNS ($nodeip):" "$rDNS" |           printf " %-23s %s" "rDNS ($nodeip):" "$rDNS" | ||||||
| @@ -7275,4 +7275,4 @@ fi | |||||||
| exit $? | exit $? | ||||||
|  |  | ||||||
|  |  | ||||||
| #  $Id: testssl.sh,v 1.493 2016/06/06 11:42:15 dirkw Exp $ | #  $Id: testssl.sh,v 1.494 2016/06/07 07:08:47 dirkw Exp $ | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Dirk
					Dirk