Browse Source
Merge pull request #2847 from woutd/fix-constellix-api-domain-search
Constellix made changes to their API.
pull/2854/head^2
neil
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
dnsapi/dns_constellix.sh
|
@ -86,7 +86,7 @@ _get_root() { |
|
|
return 1 |
|
|
return 1 |
|
|
fi |
|
|
fi |
|
|
|
|
|
|
|
|
if ! _constellix_rest GET "domains/search?name=$h"; then |
|
|
|
|
|
|
|
|
if ! _constellix_rest GET "domains/search?exact=$h"; then |
|
|
return 1 |
|
|
return 1 |
|
|
fi |
|
|
fi |
|
|
|
|
|
|
|
|