浏览代码

Update dns_ispconfig.sh

Add permissions to:
- Client functions
- DNS zone functions
Mickael 1 年之前
父节点
当前提交
cb5eae888d
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      dnsapi/dns_ispconfig.sh

+ 2 - 0
dnsapi/dns_ispconfig.sh

@@ -14,6 +14,8 @@ Options:
 # User must provide login data and URL to the ISPConfig installation incl. port.
 # The remote user in ISPConfig must have access to:
 # - DNS txt Functions
+# - DNS zone functions
+# - Client functions
 
 ########  Public functions #####################