diff --git a/dnsapi/dns_fh.sh b/dnsapi/dns_fh.sh index f950fed8..499a5220 100644 --- a/dnsapi/dns_fh.sh +++ b/dnsapi/dns_fh.sh @@ -19,6 +19,9 @@ dns_fh_add() { host="${1}" txtvalue="${2}" + _debug host "${host}" + _debug txtvalue "${txtvalue}" + if ! _check_fh_api_token; then return 1 fi diff --git a/dnsapi/dns_nexcess.sh b/dnsapi/dns_nexcess.sh index be163f3e..72882fd7 100644 --- a/dnsapi/dns_nexcess.sh +++ b/dnsapi/dns_nexcess.sh @@ -19,6 +19,9 @@ dns_nexcess_add() { host="${1}" txtvalue="${2}" + _debug host "${host}" + _debug txtvalue "${txtvalue}" + if ! _check_nexcess_api_token; then return 1 fi diff --git a/dnsapi/dns_thermo.sh b/dnsapi/dns_thermo.sh index 48d717f3..d82c73d1 100644 --- a/dnsapi/dns_thermo.sh +++ b/dnsapi/dns_thermo.sh @@ -19,6 +19,9 @@ dns_thermo_add() { host="${1}" txtvalue="${2}" + _debug host "${host}" + _debug txtvalue "${txtvalue}" + if ! _check_thermo_api_token; then return 1 fi