Просмотр исходного кода

Merge branch 'dev' of https://github.com/acmesh-official/acme.sh into dev

neil 5 лет назад
Родитель
Сommit
cd8e04471c
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      dnsapi/dns_constellix.sh

+ 1 - 1
dnsapi/dns_constellix.sh

@@ -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