diff --git a/json/helpers_cache.json b/json/helpers_cache.json index 6f5b6be4..a61d265b 100644 --- a/json/helpers_cache.json +++ b/json/helpers_cache.json @@ -5552,6 +5552,22 @@ ], "type": "ct" }, + { + "name": "PowerDNS", + "slug": "powerdns", + "desc": "The PowerDNS Authoritative Server is a versatile nameserver which supports a large number of backends. These backends can either be plain zone files or be more dynamic in nature. PowerDNS has the concepts of ‘backends’. A backend is a datastore that the server will consult that contains DNS records (and some metadata). The backends range from database backends (MySQL, PostgreSQL) and BIND zone files to co-processes and JSON API’s.", + "script": "ct/powerdns.sh", + "script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/powerdns.sh", + "script_url_mirror": "https://git.community-scripts.org/community-scripts/ProxmoxVE/raw/branch/main/ct/powerdns.sh", + "os": "debian", + "categories": [ + 5 + ], + "notes": [ + "For administrator credentials type: `cat ~/poweradmin.creds` inside LXC." + ], + "type": "ct" + }, { "name": "PrivateBin", "slug": "privatebin",