|
@ -8,6 +8,7 @@ end="https://ccp.netcup.net/run/webservice/servers/endpoint.php?JSON" |
|
|
client="" |
|
|
client="" |
|
|
|
|
|
|
|
|
dns_netcup_add() { |
|
|
dns_netcup_add() { |
|
|
|
|
|
_debug NC_Apikey "$NC_Apikey" |
|
|
login |
|
|
login |
|
|
if [ "$NC_Apikey" = "" ] || [ "$NC_Apipw" = "" ] || [ "$NC_CID" = "" ]; then |
|
|
if [ "$NC_Apikey" = "" ] || [ "$NC_Apipw" = "" ] || [ "$NC_CID" = "" ]; then |
|
|
_err "No Credentials given" |
|
|
_err "No Credentials given" |
|
|