From dd29104f388217ec0d515816e7ec9d96c49fd4fb Mon Sep 17 00:00:00 2001 From: hyper Date: Mon, 21 Nov 2016 11:30:31 +0100 Subject: [PATCH] Commented ISPC remote user credentials --- dnsapi/dns_ispconfig.sh | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/dnsapi/dns_ispconfig.sh b/dnsapi/dns_ispconfig.sh index 42a0034b..30085cae 100755 --- a/dnsapi/dns_ispconfig.sh +++ b/dnsapi/dns_ispconfig.sh @@ -2,10 +2,12 @@ #ISPConfig 3.1 API - Add remote user and give him access to at least the "DNS txt functions" -ISPC_User="" -ISPC_Password="" -# Provide proper URL and port for your ISPC Installation -ISPC_Api="https://ispc.domain.tld:8080/remote/json.php" +# User must provide login data and URL to the ISPConfig installation incl. port. The remote user in ISPConfig must have access to the dns_txt_function +# Values to export: + +# export ISPC_User="remoteUser" +# export ISPC_Password="remotePasword" +# export ISPC_Api="https://ispc.domain.tld:8080/remote/json.php" ######## Public functions #####################