@ -6,7 +6,6 @@
# export HOSTINGDE_ENDPOINT='https://secure.hosting.de'
# export HOSTINGDE_APIKEY='xxxxx'
######## Public functions #####################
dns_hostingde_add() {
@ -55,7 +54,7 @@ _hostingde_getZoneConfig() {
_err "UNKNOWN API ERROR"
fi
returnCode=1
break;
break
if _contains "${curResult}" '"totalEntries": 1'; then
_info "Retrieved zone data."