{% extends "base.html" %} {% set active_page = "admin_settings" %} {% block title %} PDNS Settings - {{ SITE_NAME }} {% endblock %} {% block dashboard_stat %}

Settings PowerDNS-Admin settings

{% endblock %} {% block content %}

PDNS Settings

{% if not SETTING.get('pdns_api_url') or not SETTING.get('pdns_api_key') or not SETTING.get('pdns_version') %}

Error!

Please complete your PowerDNS API configuration before continuing
{% endif %}

Help

You must configure the API connection information before PowerDNS-Admiin can query your PowerDNS data. Following fields are required:

PDNS API URL
Your PowerDNS API URL (eg. http://127.0.0.1:8081/).
PDNS API KEY
Your PowerDNS API key.
PDNS VERSION
Your PowerDNS version number (eg. 4.1.1).

Find more details at https://doc.powerdns.com/md/httpapi/README/

{% endblock %} {% block extrascripts %} {% assets "js_validation" -%} {%- endassets %} {% endblock %}