Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
47702d07
Unverified
Commit
47702d07
authored
May 19, 2020
by
neil
Committed by
GitHub
May 19, 2020
Browse files
Merge pull request #2945 from ianw/rax-lookup
dns_rackspace: search for domain
parents
341f000b
8b3d792b
Changes
1
Show whitespace changes
Inline
Side-by-side
dnsapi/dns_rackspace.sh
View file @
47702d07
...
...
@@ -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
"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment