Update dns_aws.sh to work only with public zones
							parent
							
								
									8051b6e8b6
								
							
						
					
					
						commit
						cc1d3b20b6
					
				|  | @ -106,7 +106,7 @@ _get_root() { | ||||||
|       fi |       fi | ||||||
| 
 | 
 | ||||||
|       if _contains "$response" "<Name>$h.</Name>"; then |       if _contains "$response" "<Name>$h.</Name>"; then | ||||||
|         hostedzone="$(echo "$response" | sed 's/<HostedZone>/#&/g' | tr '#' '\n' | _egrep_o "<HostedZone><Id>[^<]*<.Id><Name>$h.<.Name>.*<.HostedZone>")" |         hostedzone="$(echo "$response" | sed 's/<HostedZone>/#&/g' | tr '#' '\n' | _egrep_o "<HostedZone><Id>[^<]*<.Id><Name>$h.<.Name>.*<PrivateZone>false<.PrivateZone>.*<.HostedZone>")" | ||||||
|         _debug hostedzone "$hostedzone" |         _debug hostedzone "$hostedzone" | ||||||
|         if [ -z "$hostedzone" ]; then |         if [ -z "$hostedzone" ]; then | ||||||
|           _err "Error, can not get hostedzone." |           _err "Error, can not get hostedzone." | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	 wizard1024
						wizard1024