dnsapi/ionos: Change to root zone finding algorithm

This commit is contained in:
Lukas Brocke 2021-01-21 16:10:10 +01:00
parent a9d8830106
commit f06aee21eb

View File

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