]> git.proxmox.com Git - mirror_acme.sh.git/commitdiff
Constellix made changes to their API. They added more search capabilities, but the...
authorWout <wout@t440s.canodus.be>
Thu, 9 Apr 2020 17:15:32 +0000 (19:15 +0200)
committerWout <wout@t440s.canodus.be>
Thu, 9 Apr 2020 17:15:32 +0000 (19:15 +0200)
dnsapi/dns_constellix.sh

index 2eb266b7bc05c2159dfec3dbd29efe5f1022bb58..42df710d7c526a68c4d963fb8c11c6d28fc283c4 100644 (file)
@@ -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