Update basic help for setting section

This commit is contained in:
Khanh Ngo
2018-08-22 17:45:37 +07:00
parent 24aaf7d746
commit b338b64795
3 changed files with 71 additions and 5 deletions

View File

@ -62,7 +62,16 @@
<h3 class="box-title">Help</h3>
</div>
<div class="box-body">
<p>Fill in all the fields to the in the form to the left.</p>
<dl class="dl-horizontal">
<p>You must configure the API connection information before PowerDNS-Admiin can query your PowerDNS data. Following fields are required:</p>
<dt>PDNS API URL</dt>
<dd>Your PowerDNS API URL (eg. http://127.0.0.1:8081/).</dd>
<dt>PDNS API KEY</dt>
<dd>Your PowerDNS API key.</dd>
<dt>PDNS VERSION</dt>
<dd>Your PowerDNS version number (eg. 4.1.1).</dd>
</dl>
<p>Find more details at <a href="https://doc.powerdns.com/md/httpapi/README/">https://doc.powerdns.com/md/httpapi/README/</a></p>
</div>
</div>
</div>