mirror of
				https://github.com/drwetter/testssl.sh.git
				synced 2025-10-31 13:55:25 +01:00 
			
		
		
		
	Merge branch '3.2' into mac_runner
This commit is contained in:
		| @@ -21689,7 +21689,7 @@ parse_hn_port() { | |||||||
|      local node_tmp="" |      local node_tmp="" | ||||||
| 
 | 
 | ||||||
|      NODE="$1" |      NODE="$1" | ||||||
|      NODE="${NODE,,}"                   # Lowercase |      NODE="$(tolower "$NODE")"          # Lowercase | ||||||
|      NODE="${NODE/https\:\/\//}"        # strip "https" |      NODE="${NODE/https\:\/\//}"        # strip "https" | ||||||
|      NODE="${NODE%%/*}"                 # strip trailing urlpath |      NODE="${NODE%%/*}"                 # strip trailing urlpath | ||||||
| 
 | 
 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Dirk Wetter
					Dirk Wetter