neil 5 years ago
parent
commit
cd8e04471c
  1. 2
      dnsapi/dns_constellix.sh

2
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

Loading…
Cancel
Save