Skip to content

Commit

Permalink
Merge pull request #2945 from ianw/rax-lookup
Browse files Browse the repository at this point in the history
dns_rackspace: search for domain
  • Loading branch information
Neilpang authored May 19, 2020
2 parents 341f000 + 8b3d792 commit 47702d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dnsapi/dns_rackspace.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ _get_root_zone() {
#not valid
return 1
fi
if ! _rackspace_rest GET "$RACKSPACE_Tenant/domains"; then
if ! _rackspace_rest GET "$RACKSPACE_Tenant/domains/search?name=$h"; then
return 1
fi
_debug2 response "$response"
Expand Down

0 comments on commit 47702d0

Please sign in to comment.