]> git.proxmox.com Git - mirror_acme.sh.git/commitdiff
dnsapi/ionos: Change to root zone finding algorithm
authorLukas Brocke <lukas@brocke.net>
Thu, 21 Jan 2021 15:10:10 +0000 (16:10 +0100)
committerLukas Brocke <lukas@brocke.net>
Thu, 21 Jan 2021 15:10:10 +0000 (16:10 +0100)
dnsapi/dns_ionos.sh

index 54696d5dd7a50f5eab9ba6cde763cfed0e0b7582..e6bd5000b2564dba519d9467a9f4c659388300a6 100755 (executable)
@@ -92,7 +92,7 @@ _ionos_init() {
 
 _get_root() {
   domain=$1
-  i=2
+  i=1
   p=1
 
   if _ionos_rest GET "$IONOS_ROUTE_ZONES"; then