Add DNS API for ClouDNS

pull/723/head
boyanpeychev 8 years ago
parent 0dd6377fe6
commit a15f87ae39

@ -127,7 +127,7 @@ _dns_cloudns_get_zone_name() {
return 0
fi
i=$(expr $i + 1)
i=$(expr "$i" + 1)
done
return 1
}

Loading…
Cancel
Save