Browse Source

dnsapi/ionos: Change to root zone finding algorithm

pull/3377/head
Lukas Brocke 4 years ago
parent
commit
f06aee21eb
  1. 2
      dnsapi/dns_ionos.sh

2
dnsapi/dns_ionos.sh

@ -92,7 +92,7 @@ _ionos_init() {
_get_root() {
domain=$1
i=2
i=1
p=1
if _ionos_rest GET "$IONOS_ROUTE_ZONES"; then

Loading…
Cancel
Save