Browse Source

Merge pull request #6284 from fornex-com/master

Optimize root domain search through api
pull/6476/head
neil 2 months ago
committed by GitHub
parent
commit
49513cb2ee
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      dnsapi/dns_fornex.sh

2
dnsapi/dns_fornex.sh

@ -95,7 +95,7 @@ _get_root() {
return 1
fi
if ! _rest GET "dns/domain/"; then
if ! _rest GET "dns/domain/?q=$h"; then
return 1
fi

Loading…
Cancel
Save