Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
2df43c9e
Unverified
Commit
2df43c9e
authored
Apr 12, 2020
by
neil
Committed by
GitHub
Apr 12, 2020
Browse files
Merge pull request #2847 from woutd/fix-constellix-api-domain-search
Constellix made changes to their API.
parents
5ace4449
e158b5cc
Changes
1
Hide whitespace changes
Inline
Side-by-side
dnsapi/dns_constellix.sh
View file @
2df43c9e
...
...
@@ -86,7 +86,7 @@ _get_root() {
return
1
fi
if
!
_constellix_rest GET
"domains/search?
name
=
$h
"
;
then
if
!
_constellix_rest GET
"domains/search?
exact
=
$h
"
;
then
return
1
fi
...
...
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