From 3e81f5de91b6c69f447484fe83a6f69e45505720 Mon Sep 17 00:00:00 2001 From: sjau Date: Tue, 22 Nov 2016 08:44:15 +0100 Subject: [PATCH] Removed info from header and added URL for bug reports --- dnsapi/dns_ispconfig.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dnsapi/dns_ispconfig.sh b/dnsapi/dns_ispconfig.sh index 613631ca..5692454a 100755 --- a/dnsapi/dns_ispconfig.sh +++ b/dnsapi/dns_ispconfig.sh @@ -1,11 +1,12 @@ #!/usr/bin/env sh -#ISPConfig 3.1 API - Add remote user and give him access to at least the "DNS txt functions" - +# ISPConfig 3.1 API # User must provide login data and URL to the ISPConfig installation incl. port. The remote user in ISPConfig must have access to: # - DNS zone Functions # - DNS txt Functions +# Report bugs to https://github.com/sjau/acme.sh + # Values to export: # export ISPC_User="remoteUser" # export ISPC_Password="remotePasword"