mirror of
				https://github.com/drwetter/testssl.sh.git
				synced 2025-10-31 13:55:25 +01:00 
			
		
		
		
	Merge pull request #2436 from drwetter/fix_ProxyVar
Fix output: PROXY string vs $PROXY variable
This commit is contained in:
		| @@ -22182,7 +22182,7 @@ datebanner() { | |||||||
|      local scan_time_f="" |      local scan_time_f="" | ||||||
|      local node_banner="" |      local node_banner="" | ||||||
| 
 | 
 | ||||||
|      if [[ -n "PROXY" ]] && $DNS_VIA_PROXY;then |      if [[ -n "$PROXY" ]] && "$DNS_VIA_PROXY"; then | ||||||
|             node_banner="$NODE:$PORT" |             node_banner="$NODE:$PORT" | ||||||
|      else |      else | ||||||
|             node_banner="$NODEIP:$PORT ($NODE)" |             node_banner="$NODEIP:$PORT ($NODE)" | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Dirk Wetter
					Dirk Wetter